Search Results for

    Show / Hide Table of Contents

    Class HighlightRuleForm

    Inheritance
    System.Object
    System.MarshalByRefObject
    System.ComponentModel.Component
    System.Windows.Forms.Control
    System.Windows.Forms.ScrollableControl
    System.Windows.Forms.ContainerControl
    System.Windows.Forms.Form
    BaseDialogForm
    HighlightRuleForm
    Inherited Members
    BaseDialogForm.btnCancel
    BaseDialogForm.btnOk
    Namespace: FastReport.Olap.Forms
    Assembly: FastReport.Olap.dll
    Syntax
    public class HighlightRuleForm : BaseDialogForm, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl

    Constructors

    HighlightRuleForm()

    Declaration
    public HighlightRuleForm()

    Fields

    registeredHighlights

    Declaration
    public static List<Type> registeredHighlights
    Field Value
    Type Description
    System.Collections.Generic.List<System.Type>

    Properties

    Slice

    Reference to Slice

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

    Methods

    CreateFirstHighlight(CustomHighlights)

    Creates an instance of first registered highlight class

    Declaration
    public CustomHighlight CreateFirstHighlight(CustomHighlights owner)
    Parameters
    Type Name Description
    CustomHighlights owner

    Highlight collection to add

    Returns
    Type Description
    CustomHighlight

    highlight instance

    Dispose(Boolean)

    Clean up any resources being used.

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    true if managed resources should be disposed; otherwise, false.

    Overrides
    BaseDialogForm.Dispose(Boolean)

    Execute(CustomHighlight)

    Declaration
    public CustomHighlight Execute(CustomHighlight rule)
    Parameters
    Type Name Description
    CustomHighlight rule
    Returns
    Type Description
    CustomHighlight

    GetCompiledHighlights()

    Declaration
    public static List<Type> GetCompiledHighlights()
    Returns
    Type Description
    System.Collections.Generic.List<System.Type>

    Localize()

    Declaration
    public override void Localize()
    Overrides
    BaseDialogForm.Localize()
    Back to top © 1998-2024 Copyright Fast Reports Inc.