Skip to main content
A newer version of this page is available. .

ASPxReportDesigner.TryAddDefaultDataSerializer Property

For internal use. Specifies whether or not the default data serializer can be added to the report extensions.

Namespace: DevExpress.XtraReports.Web

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

Declaration

[Browsable(false)]
public bool TryAddDefaultDataSerializer { get; set; }

Property Value

Type Description
Boolean

true, if the default data serializer can be added to the report extensions; otherwise, false.

See Also