The ISalReport type exposes the following members.

Properties

  NameDescription
Public propertyDocumentName
Name of the printing document.
Public propertyFileName
The report file name.
Public propertyInputItems
List of bind input variables, separated by a comma.
Public propertyLastPageNumber
Returns the last page number.
Public propertyOwner
The owner control for the report. This is the control that receives the report's notifications.
Public propertyPrinterSettings
Returns the printer settings to use when printing the report.
Public propertyProgressCaption
Title of the progress dialog.
Public propertyProgressText
Text to show in the progress dialog. It can be up to two lines separated by a CRLF.
Public propertyReportDocument
Returns the underlying report object.
Public propertyTableWindowSource
TableWindow control to be used as the data source for the report.
Public propertyVariables
List of report variables, separated by a comma.
Public propertyViewer
Returns the current instance of the report viewer.

See Also