Class SubGroupField
Inheritance
System.Object
SubGroupField
Assembly: FastReport.Olap.dll
Syntax
public class SubGroupField : AxisField
Constructors
SubGroupField(Slice, AxisField)
Declaration
public SubGroupField(Slice slice, AxisField parentAxisField)
Parameters
Properties
GroupsCount
Declaration
public override int GroupsCount { get; }
Property Value
Type |
Description |
System.Int32 |
|
Overrides
HasGroups
Declaration
public override bool HasGroups { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
ParentAxisField
Reference to parent dimension
Declaration
public AxisField ParentAxisField { get; }
Property Value
Width
Declaration
public override int Width { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Overrides