Search Results for

    Show / Hide Table of Contents

    Class TopHighlight

    Inheritance
    System.Object
    CustomHighlight
    GraphicHighlight
    TopHighlight
    Inherited Members
    GraphicHighlight.StyleChanged(Object, EventArgs)
    GraphicHighlight.DrawExample(Graphics, Rectangle)
    GraphicHighlight.DrawValue(Graphics, Rectangle, MeasureCell, Boolean, Boolean)
    GraphicHighlight.GetStyleFor(MeasureCell)
    GraphicHighlight.Style
    CustomHighlight.owner
    CustomHighlight.DoChange()
    CustomHighlight.BeginUpdate()
    CustomHighlight.EndUpdate()
    CustomHighlight.GetExpressions()
    CustomHighlight.ApplyTo
    CustomHighlight.ScanDirection
    CustomHighlight.IsCustomDrawn
    CustomHighlight.HideValue
    CustomHighlight.Owner
    CustomHighlight.Index
    CustomHighlight.Changed
    Namespace: FastReport.Olap.Highlight
    Assembly: FastReport.Olap.dll
    Syntax
    public class TopHighlight : GraphicHighlight

    Constructors

    TopHighlight(CustomHighlights)

    Declaration
    public TopHighlight(CustomHighlights owner)
    Parameters
    Type Name Description
    CustomHighlights owner

    Properties

    Caption

    Declaration
    public override string Caption { get; }
    Property Value
    Type Description
    System.String
    Overrides
    CustomHighlight.Caption

    TopCount

    Declaration
    public int TopCount { get; set; }
    Property Value
    Type Description
    System.Int32

    TopPercent

    Declaration
    public bool TopPercent { get; set; }
    Property Value
    Type Description
    System.Boolean

    TopType

    Declaration
    public TopType TopType { get; set; }
    Property Value
    Type Description
    TopType

    Methods

    AcceptCell(MeasureCell)

    Declaration
    public override bool AcceptCell(MeasureCell cell)
    Parameters
    Type Name Description
    MeasureCell cell
    Returns
    Type Description
    System.Boolean
    Overrides
    CustomHighlight.AcceptCell(MeasureCell)

    Assign(CustomHighlight)

    Declaration
    public override void Assign(CustomHighlight source)
    Parameters
    Type Name Description
    CustomHighlight source
    Overrides
    GraphicHighlight.Assign(CustomHighlight)

    Load(XmlItem)

    Declaration
    public override void Load(XmlItem item)
    Parameters
    Type Name Description
    XmlItem item
    Overrides
    GraphicHighlight.Load(XmlItem)

    Save(XmlItem)

    Declaration
    public override void Save(XmlItem item)
    Parameters
    Type Name Description
    XmlItem item
    Overrides
    GraphicHighlight.Save(XmlItem)

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()
    Back to top © 1998-2024 Copyright Fast Reports Inc.