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)()
 

Property Value

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