Class ReportLibraryConfigCollection
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
ReportLibraryConfigCollection()
Declaration
public ReportLibraryConfigCollection()
Methods
LoadFromFile(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 |