Class ReportLibraryConfigCollection
A collection of ReportLibraryConfig entries that can be persisted to and loaded from an INI file (repmandlib.ini), one section per connection.
Implements
Inherited Members
Namespace: Reportman.Reporting
Assembly: Reportman.Reporting.dll
Syntax
public class ReportLibraryConfigCollection : List<ReportLibraryConfig>, IList<ReportLibraryConfig>, ICollection<ReportLibraryConfig>, IList, ICollection, IReadOnlyList<ReportLibraryConfig>, IReadOnlyCollection<ReportLibraryConfig>, IEnumerable<ReportLibraryConfig>, IEnumerable
Constructors
View SourceReportLibraryConfigCollection()
Declaration
public ReportLibraryConfigCollection()
Methods
View SourceLoadFromFile(string)
Declaration
public void LoadFromFile(string filename)
Parameters
| Type | Name | Description |
|---|---|---|
| string | filename |
SaveToFile(string)
Declaration
public void SaveToFile(string filename)
Parameters
| Type | Name | Description |
|---|---|---|
| string | filename |