Class Table
Inheritance
System.Object
Table
Assembly: Syncfusion.Report.Portable.dll
Syntax
public class Table : Object
Constructors
Table()
Declaration
Properties
Columns
Declaration
public List<Field> Columns { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<Field> |
|
CustomProperties
Declaration
public Dictionary<string, object> CustomProperties { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.Dictionary<System.String, System.Object> |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
TableInfo
Declaration
public List<TableInfo> TableInfo { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<TableInfo> |
|