[]
Uses the built-in file store for report files and resources.
public void UseFileStore(DirectoryInfo baseDir)
Type | Name | Description |
---|---|---|
DirectoryInfo | baseDir | A string value indicating the base directory for the file store. |
app.UseReportViewer(config =>
{
config.UseFileStore(new DirectoryInfo("/path/to/dir"));
});