Search Results for

    Show / Hide Table of Contents

    Class RangeHighlight

    Inheritance
    System.Object
    CustomHighlight
    GraphicHighlight
    RangeHighlight
    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 RangeHighlight : GraphicHighlight

    Constructors

    RangeHighlight(CustomHighlights)

    Declaration
    public RangeHighlight(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

    Range

    Range defines the rules to accept cells

    Declaration
    public Range Range { get; }
    Property Value
    Type Description
    Range

    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.