Class GroupsStore
Inheritance
System.Object
GroupsStore
Assembly: FastReport.dll
Syntax
Constructors
GroupsStore()
Declaration
Properties
Groups
Declaration
public List<GroupBase> Groups { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<GroupBase> |
|
Methods
AddColor(Byte)
Declaration
public void AddColor(byte aciColor)
Parameters
Type |
Name |
Description |
System.Byte |
aciColor |
|
AddEntityThickness(Single)
Declaration
public void AddEntityThickness(float value)
Parameters
Type |
Name |
Description |
System.Single |
value |
|
AddFourthPoint(Single, Single)
Declaration
public void AddFourthPoint(float x, float y)
Parameters
Type |
Name |
Description |
System.Single |
x |
|
System.Single |
y |
|
AddGroup(GroupBase)
Declaration
public void AddGroup(GroupBase group)
Parameters
AddGroup<T>(Int32, T)
Declaration
public void AddGroup<T>(int x, T y)
Parameters
Type |
Name |
Description |
System.Int32 |
x |
|
T |
y |
|
Type Parameters
AddGroupDouble(Int32, Single)
Declaration
public void AddGroupDouble(int x, float y)
Parameters
Type |
Name |
Description |
System.Int32 |
x |
|
System.Single |
y |
|
AddName(String)
Declaration
public void AddName(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
AddPrimary2DPoint(Single, Single)
Declaration
public void AddPrimary2DPoint(float x, float y)
Parameters
Type |
Name |
Description |
System.Single |
x |
|
System.Single |
y |
|
AddSecondPoint(Single, Single)
Declaration
public void AddSecondPoint(float x, float y)
Parameters
Type |
Name |
Description |
System.Single |
x |
|
System.Single |
y |
|
AddThirdPoint(Single, Single)
Declaration
public void AddThirdPoint(float x, float y)
Parameters
Type |
Name |
Description |
System.Single |
x |
|
System.Single |
y |
|
AddTypeName(String)
Declaration
public void AddTypeName(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|