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
ReportLibrarySelection
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
View Source
ReportName
Declaration
Field Value
View Source
Stream
Declaration
public MemoryStream Stream
Field Value
Methods
View Source
Save(Report)
Declaration
public void Save(Report nreport)
Parameters
| Type |
Name |
Description |
| Report |
nreport |
|