Skip to main content
All docs
V25.1
  • 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.v25.1.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