DxReportParametersPanel Class
The Standalone Report Parameters Panel component class in Blazor Server applications.
#Declaration
TypeScript
export class DxReportParametersPanel extends DxAnalyticsComponentCommon<DevExpress.Reporting.Viewer.IReportViewerOptions<JSReportParametersPanel>>
#constructor(_element, _options)
Initializes a new instance of the DxReportParametersPanel
class with specified settings.
#Declaration
TypeScript
constructor(
_element: HTMLElement,
_options: DevExpress.Reporting.Viewer.IReportViewerOptions<JSReportParametersPanel>
)
#Parameters
Name | Type |
---|---|
_element | HTMLElement |
_options | IReport |
#Methods
#getBindingName Method
#Declaration
TypeScript
getBindingName(): string
#Returns
Type |
---|
string |