The C1RdlReport type exposes the following members.

Methods

  Name Description
Public method AssignFrom
Copies properties from another C1RdlReport to the current object.
(Overrides C1RdlReportBase..::..AssignFrom(C1RdlReportBase).)
Public method Clear
Clears the current report, sets all properties to their default values.
(Overrides C1RdlReportBase..::..Clear()()()().)
Public method ClearGeneratedPages
TBD: Clears generated document.
(Inherited from C1RdlReportBase.)
Protected method ClearTemporaryInfo
Overridden. Clears all temporary data created during report generation.
(Overrides C1RdlReportBase..::..ClearTemporaryInfo()()()().)
Public method CreateDocument (Inherited from C1RdlReportBase.)
Protected method Dispose
Releases the resoureces used by C1PrintDocument.
(Inherited from C1RdlReportBase.)
Protected method Finalize
Destructs the current instance of C1RdlReportBase.
(Inherited from C1RdlReportBase.)
Public method GetSubreports
Scans the current report definition and retrieves the list of report names (ReportName) of Subreport()()()() items contained within the current report.
Public method 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.
(Inherited from C1RdlReportBase.)
Public method 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.
(Inherited from C1RdlReportBase.)
Public method Render
Renders the report.
(Inherited from C1RdlReportBase.)
Public method Save(Stream)
Saves the currently loaded report definition to a stream.
(Inherited from C1RdlReportBase.)
Public method Save(String)
Saves the currently loaded report definition to a disk file.
(Inherited from C1RdlReportBase.)

See Also