Skip to main content

DxReportDesignerCallbacks Members

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

Constructors

Name Description
DxReportDesignerCallbacks() Initializes a new instance of the DxReportDesignerCallbacks class.

Properties

Name Description
BeforeRender Specifies the JavaScript function that handles the Web Report Designer’s BeforeRender client-side event.
ComponentAdded Specifies the JavaScript function that handles the Web Report Designer’s ComponentAdded client-side event.
CustomizeElements Specifies the JavaScript function that handles the Web Report Designer’s CustomizeElements client-side event.
CustomizeFieldListActions Specifies the JavaScript function that handles the Web Report Designer’s CustomizeFieldListActions client-side event.
CustomizeLocalization Specifies the JavaScript function that handles the Web Report Designer’s CustomizeLocalization client-side event.
CustomizeMenuActions Specifies the JavaScript function that handles the Web Report Designer’s CustomizeMenuActions client-side event.
CustomizeOpenDialog Specifies the JavaScript function that handles the Web Report Designer’s CustomizeOpenDialog client-side event.
CustomizeParameterEditors Specifies the JavaScript function that handles the Web Report Designer’s CustomizeParameterEditors client-side event.
CustomizeSaveAsDialog
CustomizeSaveDialog Specifies the JavaScript function that handles the Web Report Designer’s CustomizeParameterEditors client-side event.
CustomizeToolbox Specifies the JavaScript function that handles the Web Report Designer’s CustomizeToolbox client-side event.
CustomizeWizard Specifies the JavaScript function that handles the Web Report Designer’s CustomizeWizard client-side event.
ExitDesigner Specifies the JavaScript function that handles the Web Report Designer’s ExitDesigner client-side event.
OnInitializing
OnServerError Specifies the JavaScript function that handles the Web Report Designer’s OnServerError client-side event.
PreviewClick Specifies the JavaScript function that handles the Web Report Designer’s PreviewClick client-side event.
PreviewCustomizeElements Specifies the JavaScript function that handles the Web Report Designer’s PreviewCustomizeElements client-side event.
PreviewCustomizeExportOptions Specifies the JavaScript function that handles the Web Report Designer’s PreviewCustomizeExportOptions client-side event.
PreviewCustomizeMenuActions Specifies the JavaScript function that handles the Web Report Designer’s PreviewCustomizeMenuActions client-side event.
PreviewDocumentReady Specifies the JavaScript function that handles the Web Report Designer’s PreviewDocumentReady client-side event.
PreviewEditingFieldChanged Specifies the JavaScript function that handles the Web Report Designer’s PreviewEditingFieldChanged client-side event.
PreviewOnExport Specifies the JavaScript function that handles the PreviewOnExport event, which occurs before a request for document export is sent.
PreviewParametersInitialized Specifies 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.
PreviewParametersReset Specifies the JavaScript function that handles the Web Report Designer’s PreviewParametersReset client-side event.
PreviewParametersSubmitted Specifies the JavaScript function that handles the Web Report Designer’s PreviewParametersSubmitted client-side event.
ReportOpened Specifies the JavaScript function that handles the Web Report Designer’s ReportOpened client-side event.
ReportOpening Specifies the JavaScript function that handles the Web Report Designer’s ReportOpening client-side event.
ReportSaved Specifies the JavaScript function that handles the Web Report Designer’s ReportSaved client-side event.
ReportSaving Specifies the JavaScript function that handles the Web Report Designer’s ReportSaving client-side event.
TabChanged Specifies the JavaScript function that handles the Web Report Designer’s TabChanged client-side event.

Methods

Name Description
Equals(Object, Object) static Determines 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() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines 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