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

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

    Property Value

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