DxReportParametersPanel Class
The Standalone Report Parameters Panel component class in Blazor Server applications.
Declaration
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
constructor(
_element: HTMLElement,
_options: DevExpress.Reporting.Viewer.IReportViewerOptions<JSReportParametersPanel>
)
Parameters
| Name | Type |
|---|---|
| _element | HTMLElement |
| _options | IReportViewerOptions<JSReportParametersPanel> |
Methods
getBindingName Method
Declaration
getBindingName(): string
Returns
| Type |
|---|
| string |