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.v24.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
Declaration
Property Value
Type | Description |
---|---|
List<Type> | A list of custom control types. |
See Also