Skip to main content

ReportDesignerClientSideModelSettings Class

Provides settings for a client-side model of the Web Report Designer.

Namespace: DevExpress.XtraReports.Web.ReportDesigner

Assembly: DevExpress.XtraReports.v23.2.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

Declaration

public class ReportDesignerClientSideModelSettings :
    ClientControlClientSideModelSettings

Remarks

A ReportDesignerClientSideModelSettings object is returned by the ASPxReportDesigner.SettingsClientSideModel and ReportDesignerSettings.SettingsClientSideModel properties.

These settings allow you to specify whether or not to include client resources for the Web Report Designer and render JSON data on a web page.

Inheritance

See Also