The C1RdlReportBase type exposes the following members.

Methods

  Name Description
Public method AssignFrom
Copies properties from another C1RdlReportBase to the current object.
Public method Clear
Clears the current report, sets all properties to their default values.
Public method ClearGeneratedPages
TBD: Clears generated document.
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.
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.
Public method Render
Renders the report.
Public method Save(Stream)
Saves the currently loaded report definition to a stream.
Public method Save(String)
Saves the currently loaded report definition to a disk file.

See Also