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
ExternalReport
Assembly: Reportman.Reporting.dll
Syntax
public class ExternalReport
Constructors
View Source
ExternalReport()
Declaration
Methods
View Source
DeleteSubReport(Report, SubReport)
Declaration
public static void DeleteSubReport(Report newreport, SubReport subrep)
Parameters
View Source
ExportSubReport(SubReport, Stream, StreamVersion)
Declaration
public static void ExportSubReport(SubReport subreport, Stream destination, StreamVersion version = StreamVersion.V2)
Parameters
View Source
ImportReport(Report, Report)
Declaration
public static void ImportReport(Report destination, Report source)
Parameters