[]
        
(Showing Draft Content)

ReportViewer.ReportSettings

Interface: ReportSettings

ReportViewer.ReportSettings

Defines the contract for report-specific settings applied during loading.

example

const settings: ReportSettings = {
	ReportName: 'SalesReport',
	ReportParams: [{ Name: 'Year', Value: ['2025'] }],
	ResourceLocator: {},
};

Table of contents

Properties

Properties

ReportName

ReportName: string

Gets or sets the report name referenced from report expressions.


ReportParams

ReportParams: { Name: string ; Value: ParameterVariant[] }[]

Gets or sets the report parameters.


ResourceLocator

ResourceLocator: Partial<ResourceLocator>

Gets or sets the resource locator used for resolving external assets.