Class CustomStyles
Inheritance
System.Object
CustomStyles
Assembly: FastReport.Olap.dll
Syntax
public abstract class CustomStyles
Constructors
CustomStyles()
Declaration
Properties
FirstIndex
Declaration
public abstract int FirstIndex { get; }
Property Value
Type |
Description |
System.Int32 |
|
Item[Int32]
Declaration
public abstract Style this[int Index] { get; set; }
Parameters
Type |
Name |
Description |
System.Int32 |
Index |
|
Property Value
LastIndex
Declaration
public abstract int LastIndex { get; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
Assign(CustomStyles)
Declaration
public void Assign(CustomStyles source)
Parameters
DoChange()
Declaration
protected void DoChange()
GetStyleName(Int32)
Declaration
public virtual string GetStyleName(int Index)
Parameters
Type |
Name |
Description |
System.Int32 |
Index |
|
Returns
Type |
Description |
System.String |
|
InternalSetStyle(Int32, Style)
Declaration
protected virtual void InternalSetStyle(int index, Style style)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Style |
style |
|
prepareStyles()
Declaration
protected virtual void prepareStyles()
SetDefaultValues()
Declaration
protected virtual void SetDefaultValues()
StyleChanged(Object, EventArgs)
Declaration
protected virtual void StyleChanged(object sender, EventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.EventArgs |
e |
|
Events
Changed
Declaration
public event EventHandler Changed
Event Type
Type |
Description |
System.EventHandler |
|