ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / ToolBoxContent Class / Cpl Property

In This Topic
    Cpl Property
    In This Topic
    Gets or sets the report items on the ToolBox and their order for CPL reports.
    Syntax
    'Declaration
     
    Public Property Cpl As RdlxToolBoxItem()
    public RdlxToolBoxItem[] Cpl {get; set;}

    Property Value

    An array of RdlxToolBoxItem that contains the report items and their order for CPL reports.
    See Also