[]
ReportViewer.ReportSettings
Defines the contract for report-specific settings applied during loading.
example
const settings: ReportSettings = {
ReportName: 'SalesReport',
ReportParams: [{ Name: 'Year', Value: ['2025'] }],
ResourceLocator: {},
};
• ReportName: string
Gets or sets the report name referenced from report expressions.
• ReportParams: { Name: string ; Value: ParameterVariant[] }[]
Gets or sets the report parameters.
• ResourceLocator: Partial<ResourceLocator>
Gets or sets the resource locator used for resolving external assets.