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

In This Topic
    ToolBoxContent Property (RpxSettings)
    In This Topic
    Gets or sets the report items on the toolBox and their order for RPX reports.
    Syntax
    'Declaration
     
    Public Property ToolBoxContent As RpxToolBoxItem()
    public RpxToolBoxItem[] ToolBoxContent {get; set;}

    Property Value

    An array of RpxToolBoxItem representing the report items and their order for RPX reports.
    See Also