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