ReportDesignerPreviewClientSideEventsBuilder Members
Enables you to specify handlers for the client-side events of the Web Report Designer‘s Preview.Methods
Name | Description |
---|---|
CustomizeElements(String) | Sets the name of the JavaScript function or the entire code that will handle the CustomizeElements client-side event of the Web Report Designer‘s Preview. |
CustomizeExportOptions(String) | Sets the name of the JavaScript function or the entire code that will handle the CustomizeExportOptions client-side event of the Web Report Designer‘s Preview. |
CustomizeMenuActions(String) | Sets the name of the JavaScript function or the entire code that will handle the CustomizeMenuActions client-side event of the Web Report Designer‘s Preview. |
DocumentReady(String) | Sets the name of the JavaScript function or the entire code that will handle the DocumentReady client-side event of the Web Report Designer‘s Preview. |
EditingFieldChanged(String) | Sets the name of the JavaScript function or the entire code that will handle the EditingFieldChanged client-side event of the Web Report Designer‘s Preview. |
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. |
OnExport(String) | Specifies the JavaScript function that handles the OnExport event, which occurs before a request for document export is sent. |
ParametersInitialized(String) | Specifies the JavaScript function that handles the client-side ParametersInitialized event and allows you to get the client-side parameter values when they are initialized and modify them. |
ParametersReset(String) | Sets the name of the JavaScript function or the entire code that will handle the ParametersReset client-side event of the Web Report Designer‘s Preview. |
ParametersSubmitted(String) | Sets the name of the JavaScript function or the entire code that will handle the ParametersSubmitted client-side event of the Web Report Designer‘s Preview. |
PreviewClick(String) | Sets the name of the JavaScript function or the entire code that will handle the PreviewClick client-side event of the Web Report Designer‘s Preview. |
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