Back to Devexpress

DxReportParametersPanel Class

xtrareports-js-devexpress-dot-reporting-dot-viewer-d342dddc.md

latest926 B
Original Source

DxReportParametersPanel Class

The Standalone Report Parameters Panel component class in Blazor Server applications.

Declaration

ts
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

ts
constructor(
    _element: HTMLElement,
    _options: DevExpress.Reporting.Viewer.IReportViewerOptions<JSReportParametersPanel>
)

Parameters

NameType
_elementHTMLElement
_optionsIReportViewerOptions<JSReportParametersPanel>

Methods

getBindingName Method

Declaration

ts
getBindingName(): string

Returns

Type
string