ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / ReportStyles Class / Rectangle Property

In This Topic
    Rectangle Property (ReportStyles)
    In This Topic
    Gets or sets styles for rectangle report items.
    Syntax
    'Declaration
     
    Public Property Rectangle As ReportItemStyle(Of ContainerStyleContent)()
    public ReportItemStyle<ContainerStyleContent>[] Rectangle {get; set;}

    Property Value

    An array of ReportItemStyle<T> that contains styles for rectangle report items.
    See Also