ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / ReportStyles Class / Tablix Property

In This Topic
    Tablix Property (ReportStyles)
    In This Topic
    Syntax
    'Declaration
     
    Public Property Tablix As ReportItemStyle(Of TableStyleContent)()
    public ReportItemStyle<TableStyleContent>[] Tablix {get; set;}
    See Also