Class GridStyles
Namespace: FastReport.Olap.Styling
Assembly: FastCube.Core.dll
Styles for grid.
public class GridStyles : CustomStyles
Inheritance
object ← CustomStyles ← GridStyles
Inherited Members
CustomStyles.Changed, CustomStyles.FirstIndex, CustomStyles.LastIndex, CustomStyles.this[int], CustomStyles.Assign(CustomStyles), CustomStyles.GetStyleName(int), CustomStyles.DoChange(), CustomStyles.InternalSetStyle(int, Style), CustomStyles.PrepareStyles(), CustomStyles.SetDefaultValues(), CustomStyles.StyleChanged(object, EventArgs)
Fields
gsActiveDimension
Enumeration for style indices.
public const int gsActiveDimension = 7
Field Value
gsCaptionArea
Enumeration for style indices.
public const int gsCaptionArea = 0
Field Value
gsDataArea
Enumeration for style indices.
public const int gsDataArea = 3
Field Value
gsDataCell
Enumeration for style indices.
public const int gsDataCell = 4
Field Value
gsDataCellSelected
Enumeration for style indices.
public const int gsDataCellSelected = 6
Field Value
gsDataCellTotal
Enumeration for style indices.
public const int gsDataCellTotal = 5
Field Value
gsFieldsItem
Enumeration for style indices.
public const int gsFieldsItem = 10
Field Value
gsHeaderArea
Enumeration for style indices.
public const int gsHeaderArea = 1
Field Value
gsHeaderCell
Enumeration for style indices.
public const int gsHeaderCell = 2
Field Value
gsInactiveDimension
Enumeration for style indices.
public const int gsInactiveDimension = 8
Field Value
gsMeasure
Enumeration for style indices.
public const int gsMeasure = 9
Field Value
Properties
ActiveDimension
Gets active dimenstion style.
public Style ActiveDimension { get; }
Property Value
CaptionArea
Gets caption area style.
public Style CaptionArea { get; }
Property Value
DataArea
Gets data area style.
public Style DataArea { get; }
Property Value
DataCell
Gets data cell style.
public Style DataCell { get; }
Property Value
DataCellSelected
Gets data selected cell style.
public Style DataCellSelected { get; }
Property Value
DataCellTotal
Gets data total cell style.
public Style DataCellTotal { get; }
Property Value
FieldsItem
Gets fields item style.
public Style FieldsItem { get; }
Property Value
FirstIndex
Gets first index.
public override int FirstIndex { get; }
Property Value
HeaderArea
Gets header area style.
public Style HeaderArea { get; }
Property Value
HeaderCell
Gets header cell style.
public Style HeaderCell { get; }
Property Value
InactiveDimension
Gets inactive dimenstion style.
public Style InactiveDimension { get; }
Property Value
LastIndex
Gets last index.
public override int LastIndex { get; }
Property Value
Measure
Gets measure style.
public Style Measure { get; }
Property Value
this[int]
Gets or sets style by index.
public override Style this[int Index] { get; set; }
Property Value
Methods
GetStyleName(int)
Gets style name by index.
public override string GetStyleName(int Index)
Parameters
Index
int
Returns
InternalSetStyle(int, Style)
Sets style.
protected override void InternalSetStyle(int index, Style style)
Parameters
index
int
style
Style
PrepareStyles()
Prepeares styles.
protected override void PrepareStyles()
SetDefaultValues()
Sets default values.
protected override void SetDefaultValues()