Struct StyleRec
Assembly: FastReport.Olap.dll
Syntax
Constructors
Declaration
public StyleRec(ushort id, int index, Alignment alignment, FormatBase format, bool isPercent)
Parameters
Type |
Name |
Description |
System.UInt16 |
id |
|
System.Int32 |
index |
|
Alignment |
alignment |
|
FormatBase |
format |
|
System.Boolean |
isPercent |
|
Properties
Alignment
Declaration
public readonly Alignment Alignment { get; }
Property Value
Declaration
public readonly FormatBase Format { get; }
Property Value
Id
Declaration
public readonly ushort Id { get; }
Property Value
Type |
Description |
System.UInt16 |
|
Index
Declaration
public readonly int Index { get; }
Property Value
Type |
Description |
System.Int32 |
|
IsPercent
Declaration
public readonly bool IsPercent { get; }
Property Value
Type |
Description |
System.Boolean |
|