Class CommandBase
Inheritance
System.Object
CommandBase
Assembly: FastReport.dll
Syntax
public abstract class CommandBase
Constructors
CommandBase()
Declaration
Properties
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Separator
Declaration
public string Separator { get; set; }
Property Value
Type |
Description |
System.String |
|
Terminator
Declaration
public string Terminator { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
AppendTo(StringBuilder)
Declaration
public abstract void AppendTo(StringBuilder s)
Parameters
Type |
Name |
Description |
System.Text.StringBuilder |
s |
|