Search Results for

    Show / Hide Table of Contents

    Class ReportLibrarySelection

    Identifies a specific report by name within a ReportLibraryConfig and holds its loaded stream, providing a convenience method to save a report back to that library entry.

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

    Constructors

    View Source

    ReportLibrarySelection()

    Declaration
    public ReportLibrarySelection()

    Fields

    View Source

    ReportLibrary

    Declaration
    public ReportLibraryConfig ReportLibrary
    Field Value
    Type Description
    ReportLibraryConfig
    View Source

    ReportName

    Declaration
    public string ReportName
    Field Value
    Type Description
    string
    View Source

    Stream

    Declaration
    public MemoryStream Stream
    Field Value
    Type Description
    MemoryStream

    Methods

    View Source

    Save(Report)

    Declaration
    public void Save(Report nreport)
    Parameters
    Type Name Description
    Report nreport
    • View Source
    In this article
    Back to top Generated by DocFX