Class SectionTables
Inheritance
System.Object
SectionTables
Assembly: FastReport.dll
Syntax
public class SectionTables : Section
Constructors
SectionTables()
Declaration
Properties
Ltype
Declaration
public TableLtype Ltype { get; set; }
Property Value
Tables
Declaration
public List<TableBase> Tables { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<TableBase> |
|
Methods
AppendTo(StringBuilder)
Declaration
public override void AppendTo(StringBuilder s)
Parameters
Type |
Name |
Description |
System.Text.StringBuilder |
s |
|
Overrides