[]
Represents the full configuration for the report viewer.
public interface IReportViewerBackendApi : IReportResourceProvider, IReportProvider
| Name | Description |
|---|---|
| ConfigurationProvider | Gets a custom configuration provider. |
| FontResolver | Gets 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. |
| ProcessHyperlink | Gets or sets a function to preprocess and return a modified hyperlink string. |
| ResolveCredentials | Gets or sets a function used to resolve credentials required by data sources. |
| Settings | Gets or sets the settings for the report viewer. |