The ISalReport type exposes the following members.

Methods

  NameDescription
Public methodClosePreview
Closes the preview window.
Public methodCreate
Creates a new dynamic report using the specified template. If the templates is null (default), the built-in template is used.
Public methodDoPreviewCommand
Executes the specified command on the preview window. The command code is one of the Sys.RPT_Cmd* constants.
Public methodExport
Exports the report to the specified file. The kind of export is inferred from the extension of the file.
Public methodGetReportVariable
Returns the value of the specified report variable.
Public methodPreview
Preview the report. The report viewer control is hosted in the specified parent. If the parent is null, a new top level form is created.
Public methodPrint
Prints the report.
Public methodReset
Regenerates the data set and refreshes the report.
Public methodSetReportVariable
Sets the value of the specified report variable.

See Also