Skip to main content

ReportDesignerClientSideEventsBuilder Members

Enables you to specify handlers for the Web Report Designer‘s client-side events.

Methods

Name Description
BeforeRender(String) Specifies the JavaScript function that handles the client-side BeforeRender event.
ComponentAdded(String) Sets the name of the JavaScript function or the entire code that will handle the Web Report Designer‘s ComponentAdded client-side event.
CustomizeElements(String) Sets the name of the JavaScript function or the entire code that will handle the Web Report Designer‘s CustomizeElements client-side event.
CustomizeFieldListActions(String) Sets the name of the JavaScript function or the entire code that will handle the Web Report Designer‘s CustomizeFieldListActions client-side event.
CustomizeLocalization(String) Sets the name of the JavaScript function or the entire code that will handle the Web Report Designer‘s CustomizeLocalization client-side event.
CustomizeMenuActions(String) Sets the name of the JavaScript function or the entire code that will handle the Web Report Designer‘s CustomizeMenuActions client-side event.
CustomizeOpenDialog(String) Sets the name of the JavaScript function or the entire code that will handle the Web Report Designer‘s CustomizeOpenDialog client-side event.
CustomizeParameterEditors(String) Sets the name of the JavaScript function or the entire code that will handle the Web Report Designer‘s CustomizeParameterEditors client-side event.
CustomizeParameterLookUpSource(String) Sets the name of the JavaScript function or the entire code that will handle the Web Report Designer‘s CustomizeParameterLookUpSource client-side event.
CustomizeSaveAsDialog(String) Sets the name of the JavaScript function or the entire code that will handle the Web Report Designer‘s CustomizeSaveAsDialog client-side event.
CustomizeSaveDialog(String) Sets the name of the JavaScript function or the entire code that will handle the Web Report Designer‘s CustomizeSaveDialog client-side event.
CustomizeToolbox(String) Specifies the JavaScript function that handles the Web Report Designer‘s CustomizeToolbox client-side event.
CustomizeWizard(String) Sets the name of the JavaScript function or the entire code that will handle the Web Report Designer‘s CustomizeWizard client-side event.
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.
ExitDesigner(String) Sets the name of the JavaScript function or the entire code that will handle the Web Report Designer‘s ExitDesigner client-side event.
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.
OnInitializing(String)
OnServerError(String) Sets the name of the JavaScript function or the entire code that will handle the Web Report Designer‘s OnServerError client-side event.
Preview(Action<ReportDesignerPreviewClientSideEventsBuilder>) Provides access to the ReportDesignerPreviewClientSideEventsBuilder object that allows you to handle the client-side events specific to the Web Report Designer‘s Preview.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ReportOpened(String) Sets the name of the JavaScript function or the entire code that will handle the Web Report Designer‘s ReportOpened client-side event.
ReportOpening(String) Sets the name of the JavaScript function or the entire code that will handle the Web Report Designer‘s client ReportOpening event.
ReportSaved(String) Sets the name of the JavaScript function or the entire code that will handle the Web Report Designer‘s ReportSaved client-side event.
ReportSaving(String) Sets the name of the JavaScript function or the entire code that will handle the Web Report Designer‘s ReportSaving client-side event.
ReportTabClosed(String) Sets the name of the JavaScript function or the entire code that will handle the Web Report Designer‘s ReportTabClosed client-side event.
ReportTabClosing(String) Sets the name of the JavaScript function or the entire code that will handle the Web Report Designer‘s ReportTabClosing client-side event.
TabChanged(String) Sets the name of the JavaScript function or the entire code that will handle the Web Report Designer’s TabChanged client-side event.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also