Search Results for

    Show / Hide Table of Contents

    Class OpenFromLibrary.AfterSelectEventArgs

    Carries the report name and group code of the tree node that has just been selected.

    Inheritance
    object
    OpenFromLibrary.AfterSelectEventArgs
    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.AfterSelectEventArgs

    Constructors

    View Source

    AfterSelectEventArgs()

    Declaration
    public AfterSelectEventArgs()

    Fields

    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