Class TableBase
Inheritance
System.Object
TableBase
Assembly: FastReport.dll
Syntax
public class TableBase : GroupsStore
Constructors
TableBase(String)
Declaration
public TableBase(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Properties
EndTable
Declaration
public List<GroupBase> EndTable { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<GroupBase> |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
StartTable
Declaration
public List<GroupBase> StartTable { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<GroupBase> |
|
Methods
AppendTo(StringBuilder)
Declaration
public void AppendTo(StringBuilder s)
Parameters
Type |
Name |
Description |
System.Text.StringBuilder |
s |
|
EndTableAppendTo(StringBuilder)
Declaration
public void EndTableAppendTo(StringBuilder s)
Parameters
Type |
Name |
Description |
System.Text.StringBuilder |
s |
|
StartTableAppendTo(StringBuilder)
Declaration
public void StartTableAppendTo(StringBuilder s)
Parameters
Type |
Name |
Description |
System.Text.StringBuilder |
s |
|