Skip to main content
All docs
V26.1
  • ReportDesignerClientSideModelGenerator.GetJsonModelScript(ReportDesignerModel, ClientSideModelSettings) Method

    Generates a client-side Report Designer model based on specified data and serializes this model to Json.

    Namespace: DevExpress.XtraReports.Web.ReportDesigner

    Assembly: DevExpress.XtraReports.v26.1.Web.dll

    NuGet Package: DevExpress.Web.Reporting.Common

    Declaration

    public string GetJsonModelScript(
        ReportDesignerModel reportDesignerModel,
        ClientSideModelSettings settings
    )

    Parameters

    Name Type Description
    reportDesignerModel ReportDesignerModel

    A Report Designer client-side model.

    settings ClientSideModelSettings

    The client-side Report Designer model settings.

    Returns

    Type Description
    String

    A string that is a serialized Report Designer model.

    See Also