Class Group<T>
Inheritance
System.Object
Group<T>
Assembly: FastReport.dll
Syntax
public class Group<T> : GroupBase
Type Parameters
Constructors
Group(Int32, T)
Declaration
public Group(int code, T value)
Parameters
Type |
Name |
Description |
System.Int32 |
code |
|
T |
value |
|
Properties
Value
Declaration
public virtual T Value { get; set; }
Property Value
Methods
AppendTo(StringBuilder)
Declaration
public override void AppendTo(StringBuilder s)
Parameters
Type |
Name |
Description |
System.Text.StringBuilder |
s |
|
Overrides
IsEndSectionGroup()
Declaration
public override bool IsEndSectionGroup()
Returns
Type |
Description |
System.Boolean |
|
Overrides