Search Results for

    Show / Hide Table of Contents

    Class ExternalReport

    Helper operations for moving subreports between report documents: exporting a single subreport (with its related datasets and parameters) to a stream, deleting a subreport and its dependencies, and importing the contents of one report into another.

    Inheritance
    object
    ExternalReport
    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 ExternalReport

    Constructors

    View Source

    ExternalReport()

    Declaration
    public ExternalReport()

    Methods

    View Source

    DeleteSubReport(Report, SubReport)

    Declaration
    public static void DeleteSubReport(Report newreport, SubReport subrep)
    Parameters
    Type Name Description
    Report newreport
    SubReport subrep
    View Source

    ExportSubReport(SubReport, Stream, StreamVersion)

    Declaration
    public static void ExportSubReport(SubReport subreport, Stream destination, StreamVersion version = StreamVersion.V2)
    Parameters
    Type Name Description
    SubReport subreport
    Stream destination
    StreamVersion version
    View Source

    ImportReport(Report, Report)

    Declaration
    public static void ImportReport(Report destination, Report source)
    Parameters
    Type Name Description
    Report destination
    Report source
    • View Source
    In this article
    Back to top Generated by DocFX