Name | Description | |
---|---|---|
![]() | ReportingSettings Constructor |
The following tables list the members exposed by ReportingSettings.
Name | Description | |
---|---|---|
![]() | ReportingSettings Constructor |
Name | Description | |
---|---|---|
![]() | FontResolver | Gets or sets a custom font resolve for managing fonts used in report rendering. |
![]() | LocateDataSource | Gets or sets a function to locate the data source, which included report parameters, based on the provided arguments. |
![]() | OnHyperlink | Gets or sets a function to preprocess and return a modified hyperlink string. |
![]() | Prefix | Gets or sets the web API endpoint prefix. |
![]() | ResolveCredentials | Gets or sets a function used to resolve credentials required by data sources. |
![]() | UseCompression | Gets or sets a value indicating whether to compress temporary data before the storing to memory/disk. |
Name | Description | |
---|---|---|
![]() ![]() | CreateDefault | Creates a new instance of the ReportingSettings class with default configurations. |
![]() | SetLocateDataSource | Sets a delegate that locates a data source based on the provided locate arguments. |
![]() | 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 | Uses the code-based reports that are stored in the assembly. |
![]() | UseConfig | Overloaded. Specifies the path to the ActiveReports.config or GrapeCity.ActiveReports.config file. |
![]() | UseCustomStore | Use custom report templates store. |
![]() | UseDataProviders | Specifies an array of the custom data provider. |
![]() | UseEmbeddedTemplates | Uses the embedded resources for report files and resources. |
![]() | UseFileStore | Uses the built-in file store for report files and resources. |