Back to Devexpress

DxReportDesignerCallbacks Members

xtrareports-devexpress-dot-blazor-dot-reporting-dot-dxreportdesignercallbacks-dot-underscore-members.md

latest14.0 KB
Original Source

DxReportDesignerCallbacks Members

Specifies client-side event handler functions for the Report Designer. See DxReportDesignerCallbacks Members for the complete list of events.

Constructors

NameDescription
DxReportDesignerCallbacks()Initializes a new instance of the DxReportDesignerCallbacks class.

Properties

NameDescription
BeforeRenderSpecifies the JavaScript function that handles the Web Report Designer’s BeforeRender client-side event.
ComponentAddedSpecifies the JavaScript function that handles the Web Report Designer’s ComponentAdded client-side event.
CustomizeElementsSpecifies the JavaScript function that handles the Web Report Designer’s CustomizeElements client-side event.
CustomizeFieldListActionsSpecifies the JavaScript function that handles the Web Report Designer’s CustomizeFieldListActions client-side event.
CustomizeLocalizationSpecifies the JavaScript function that handles the Web Report Designer’s CustomizeLocalization client-side event.
CustomizeMenuActionsSpecifies the JavaScript function that handles the Web Report Designer’s CustomizeMenuActions client-side event.
CustomizeOpenDialogSpecifies the JavaScript function that handles the Web Report Designer’s CustomizeOpenDialog client-side event.
CustomizeParameterEditorsSpecifies the JavaScript function that handles the Web Report Designer’s CustomizeParameterEditors client-side event.
CustomizeParameterPropertiesSpecifies the JavaScript function that handles the Web Report Designer’s CustomizeParameterProperties client-side event.
CustomizeSaveAsDialogSpecifies the JavaScript function that handles the Web Report Designer’s CustomizeSaveAsDialog client-side event.
CustomizeSaveDialogSpecifies the JavaScript function that handles the Web Report Designer’s CustomizeSaveDialog client-side event.
CustomizeToolboxSpecifies the JavaScript function that handles the Web Report Designer’s CustomizeToolbox client-side event.
CustomizeWizardSpecifies the JavaScript function that handles the Web Report Designer’s CustomizeWizard client-side event.
ExitDesignerSpecifies the JavaScript function that handles the Web Report Designer’s ExitDesigner client-side event.
OnInitializing“Specifies the JavaScript function that handles the OnInitializing client-side event and runs before the BeforeRender callback.
OnServerErrorSpecifies the JavaScript function that handles the Web Report Designer’s OnServerError client-side event.
PreviewClickSpecifies the JavaScript function that handles the Web Report Designer’s PreviewClick client-side event.
PreviewCustomizeElementsSpecifies the JavaScript function that handles the Web Report Designer’s PreviewCustomizeElements client-side event.
PreviewCustomizeExportOptionsSpecifies the JavaScript function that handles the Web Report Designer’s PreviewCustomizeExportOptions client-side event.
PreviewCustomizeMenuActionsSpecifies the JavaScript function that handles the Web Report Designer’s PreviewCustomizeMenuActions client-side event.
PreviewCustomizeParameterLookUpSourceSpecifies the JavaScript function that handles the Web Report Designer’s CustomizeParameterLookUpSource client-side event.
PreviewDocumentReadySpecifies the JavaScript function that handles the Web Report Designer’s PreviewDocumentReady client-side event.
PreviewEditingFieldChangedSpecifies the JavaScript function that handles the Web Report Designer’s PreviewEditingFieldChanged client-side event.
PreviewOnExportSpecifies the JavaScript function that handles the PreviewOnExport event, which occurs before a request for document export is sent.
PreviewParametersInitializedSpecifies the JavaScript function that handles the PreviewParametersInitialized client-side event and allows you to get the client-side parameter values when they are initialized in the Designer Preview and modify them.
PreviewParametersResetSpecifies the JavaScript function that handles the Web Report Designer’s PreviewParametersReset client-side event.
PreviewParametersSubmittedSpecifies the JavaScript function that handles the Web Report Designer’s PreviewParametersSubmitted client-side event.
ReportOpenedSpecifies the JavaScript function that handles the Web Report Designer’s ReportOpened client-side event.
ReportOpeningSpecifies the JavaScript function that handles the Web Report Designer’s ReportOpening client-side event.
ReportSavedSpecifies the JavaScript function that handles the Web Report Designer’s ReportSaved client-side event.
ReportSavingSpecifies the JavaScript function that handles the Web Report Designer’s ReportSaving client-side event.
ReportTabClosedSpecifies the JavaScript function that handles the Web Report Designer’s ReportTabClosed client-side event.
ReportTabClosingSpecifies the JavaScript function that handles the Web Report Designer’s ReportTabClosing client-side event.
TabChangedSpecifies the JavaScript function that handles the Web Report Designer’s TabChanged client-side event.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

DxReportDesignerCallbacks Class

DevExpress.Blazor.Reporting Namespace