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