Search Results for

    Show / Hide Table of Contents

    Class CustomStyles

    Inheritance
    System.Object
    CustomStyles
    GridStyles
    Namespace: FastReport.Olap.Styling
    Assembly: FastReport.Olap.dll
    Syntax
    public abstract class CustomStyles

    Constructors

    CustomStyles()

    Declaration
    public CustomStyles()

    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
    Type Description
    Style

    LastIndex

    Declaration
    public abstract int LastIndex { get; }
    Property Value
    Type Description
    System.Int32

    Methods

    Assign(CustomStyles)

    Declaration
    public void Assign(CustomStyles source)
    Parameters
    Type Name Description
    CustomStyles source

    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
    Back to top © 1998-2024 Copyright Fast Reports Inc.