Skip to main content
All docs
V23.2

IReportDesignerModelBuilder.TryAddDefaultDataSerializer(Boolean) Method

This property is retained to ensure compatibility with legacy code. For internal use only.

Namespace: DevExpress.XtraReports.Web.ReportDesigner.Services

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

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

IReportDesignerModelBuilder TryAddDefaultDataSerializer(
    bool tryAddDefaultSerializer
)

Parameters

Name Type
tryAddDefaultSerializer Boolean

Returns

Type Description
IReportDesignerModelBuilder

A IReportDesignerModelBuilder that can be used to further configure the Report Designer.

See Also