Class SectionTables
Inherited Members
Namespace: FastReport.Export.Dxf.Sections
Assembly: FastReport.dll
Syntax
public class SectionTables : Section
Constructors
SectionTables()
Declaration
public SectionTables()
Properties
Ltype
Declaration
public TableLtype Ltype { get; set; }
Property Value
| Type | Description |
|---|---|
| TableLtype |
Tables
Declaration
public List<TableBase> Tables { get; set; }
Property Value
| Type | Description |
|---|---|
| List<TableBase> |
Methods
AppendTo(StringBuilder)
Declaration
public override void AppendTo(StringBuilder s)
Parameters
| Type | Name | Description |
|---|---|---|
| StringBuilder | s |