The C1RdlReportBase type exposes the following members.
Methods
Name | Description | |
---|---|---|
AssignFrom |
Copies properties from another C1RdlReportBase to the current object.
|
|
Clear |
Clears the current report, sets all properties to their default values.
|
|
ClearGeneratedPages |
TBD:
Clears generated document.
|
|
ClearTemporaryInfo |
Clears all temporary data created during report generation.
|
|
CreateDocument | ||
Dispose |
Releases the resoureces used by C1PrintDocument.
(Overrides Component..::..Dispose(Boolean).) |
|
Finalize |
Destructs the current instance of C1RdlReportBase.
(Overrides Component..::..Finalize()()()().) |
|
FromFile(String) |
Creates a new instance of a type derived from C1RdlReportBase
that supports the RDL format contained in the specified file.
The specific type is determined by the version of the RDL in the file.
|
|
FromFile(String, String) | ||
FromStream(Stream) |
Creates a new instance of a type derived from C1RdlReportBase
that supports the RDL format contained in the specified stream.
The specific type is determined by the version of the RDL in the stream.
|
|
FromStream(Stream, String) | ||
Load(Stream) |
Loads a report definition from a stream into the current report.
The stream should contain an RDL report definition in the supported format.
|
|
Load(String) |
Loads a report definition from a file into the current report.
The file should contain an RDL report definition in the supported format.
|
|
Render |
Renders the report.
|
|
Save(Stream) |
Saves the currently loaded report definition to a stream.
|
|
Save(String) |
Saves the currently loaded report definition to a disk file.
|