Class MeasuresField
Virtial "Measures" dimension (special case)
Inheritance
System.Object
MeasuresField
Assembly: FastReport.Olap.dll
Syntax
public class MeasuresField : AxisField
Constructors
MeasuresField(Slice)
Declaration
public MeasuresField(Slice slice)
Parameters
Type |
Name |
Description |
Slice |
slice |
|
MeasuresField(Slice, SliceField, String, String)
Declaration
public MeasuresField(Slice slice, SliceField sliceField, string name, string caption)
Parameters
Type |
Name |
Description |
Slice |
slice |
|
SliceField |
sliceField |
|
System.String |
name |
|
System.String |
caption |
|
Properties
Caption
Declaration
public override string Caption { get; set; }
Property Value
Type |
Description |
System.String |
|
Overrides
GroupsCount
Always return 0 since "Measures" dimension has no groups
Declaration
public override int GroupsCount { get; }
Property Value
Type |
Description |
System.Int32 |
|
Overrides
HasGroups
Always returns false since "Measures" dimension has no groups
Declaration
public override bool HasGroups { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Height
Declaration
public int Height { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Width
Declaration
public override int Width { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Overrides
Methods
Reset()
Declaration