Search Results for

    Show / Hide Table of Contents

    Class OpenFromLibrary.BeforeSelectEventArgs

    Carries the report name and group code of the node about to be selected, and lets a handler cancel the selection by setting Cancel.

    Inheritance
    object
    OpenFromLibrary.BeforeSelectEventArgs
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Reportman.Designer
    Assembly: Reportman.Designer.dll
    Syntax
    public class OpenFromLibrary.BeforeSelectEventArgs

    Constructors

    View Source

    BeforeSelectEventArgs()

    Declaration
    public BeforeSelectEventArgs()

    Fields

    View Source

    Cancel

    Declaration
    public bool Cancel
    Field Value
    Type Description
    bool
    View Source

    GroupCode

    Declaration
    public int GroupCode
    Field Value
    Type Description
    int
    View Source

    ReportName

    Declaration
    public string ReportName
    Field Value
    Type Description
    string
    • View Source
    In this article
    Back to top Generated by DocFX