Skip to main content
All docs
V23.2

ASPxReportDesigner.CustomControlTypes Property

SECURITY NOTE

Setting this property to values from an untrusted source may introduce security-related issues. Review the following help topic for information on how to trust any bound data type referenced in your report: Deserialize Custom Types.

Adds custom controls that appear in the Report Designer Toolbox and can be used to design reports.

Namespace: DevExpress.XtraReports.Web

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

NuGet Package: DevExpress.Web.Reporting

Declaration

[Browsable(false)]
public List<Type> CustomControlTypes { get; set; }

Property Value

Type Description
List<Type>

A list of custom control types.

See Also