Skip to main content
All docs
V18.2

ASPxClientReportDesigner.GetJsonReportModel() Method

Gets a client-side model of the currently opened report serialized to Json.

Namespace: DevExpress.XtraReports.Web.Scripts

Assembly: DevExpress.XtraReports.v18.2.Web.Scripts.dll

Declaration

public string GetJsonReportModel()

Returns

Type Description
String

A string containing a report model.

See Also