Skip to main content
All docs
V18.2

ASPxClientReportDesigner Methods

The client-side equivalent of the Web Report Designer control.
Name Description
AddParameterType(ASPxDesignerParameterType, ASPxDesignerEditorOptions) Adds a custom parameter type to the Web End-User Report Designer.
AddToPropertyGrid(String, ASPxDesignerElementSerializationInfo) Adds a custom property to the Properties Panel.
Cast(Object) static Converts the specified object to the current object’s type. This method is effective when you utilize the Client API IntelliSense feature provided by DevExpress.
CloseCurrentTab() Closes the report tab currently being opened in the Web Report Designer.
CloseTab(ASPxDesignerNavigateTab, Boolean) Closes the specified report tab avaialble the Web Report Designer silently or with the Save Report dialog.
CloseTab(ASPxDesignerNavigateTab) Closes the specified report tab available in the Web Report Designer.
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.
GetButtonStorage() Returns actions performed by buttons available in the menu and toolbar of the Web Report Designer.
GetCurrentTab() Returns the currently active tab in the Web Report Designer.
GetDesignerModel() Provides access to a client-side model of a Web Report Designer.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetJsonReportModel() Gets a client-side model of the currently opened report serialized to Json.
GetParameterEditor(String) Returns a value editor associated with the specified parameter type.
GetParameterInfo(String) Returns an object that contains information on the specified parameter type.
GetPreviewModel() Provides access to the Document Viewer’s client-side model.
GetPropertyInfo(String, String) Returns information about the specified property of the specified control.
GetPropertyInfo(String, String[]) Returns information about the specified properties of the specified control.
GetTabs() Returns all available Report Designer tabs.
GetType() Gets the Type of the current instance. Inherited from Object.
IsModified() Indicates whether or not the current ASPxClientReportDesigner instance has been modified.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
OpenReport(String) Opens the specified report on the Web Report Designer’s client side.
PerformCallback(String, Action<String>) Sends a callback to the server and generates the server-side event, passing it the specified argument.
PerformCallback(String) Sends a callback to the server with the specified argument.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
RemoveParameterType(String) Removes the specified parameter type from the Web End-User Report Designer.
ReportStorageGetData(String) Returns the report layout stored in a report storage under the specified URL.
ReportStorageGetUrls() Returns the report URLs and display names existing in a report storage.
ReportStorageSetData(String, String) Stores the specified report to a report storage using the specified URL.
ReportStorageSetNewData(String, String) Stores the specified report to a report storage using a new URL.
ResetIsModified() Resets the value returned by the ASPxClientReportDesigner.IsModified method.
SaveNewReport(String) Saves the current report under a new name.
SaveReport() Saves the current report.
ShowPreview() Switches the Web Report Designer to the preview mode.
ToString() Returns a string that represents the current object. Inherited from Object.
UpdateLocalization(Dictionary<String, String>) Updates the Report Designer properties’ localization settings.
See Also