Name | Description | |
---|---|---|
ReportingSettings Constructor |
The following tables list the members exposed by ReportingSettings.
Name | Description | |
---|---|---|
ReportingSettings Constructor |
Name | Description | |
---|---|---|
FontResolver | Specifies font resolver for all situations. | |
LocateDataSource | Sets or gets data source locator handler. | |
OnHyperlink | Hyperlinks preprocessor if necessary. | |
Prefix | Web API endpoint prefix. | |
ResolveCredentials | Sets or gets credentials resolving handler. | |
UseCompression | Tells ActiveReports to compress temporary data before storing to memory/disk. |
Name | Description | |
---|---|---|
CreateDefault | ||
SetLocateDataSource | Sets data source locator handler, which included ReportParameters. | |
StoreTemporaryFilesInMemory | Instructs ActiveReports to store temporary data to a memory. | |
StoreTemporaryFilesOnDisk | Instructs ActiveReports to store temporary files to a disk to reduce memory consumption. | |
UseCodeBasedSectionReports | Custom report store, which allows to use simple class name as report ID. | |
UseConfig | Overloaded. Use custom config file path (`Assembly.GetEntryAssembly().Location` is default). | |
UseCustomStore | Use custom report templates store. | |
UseDataProviders | Adds custom data provider info | |
UseEmbeddedTemplates | Use embedded resources to locate the report templates. | |
UseFileStore | Use directory as a source of report templates. |