Last updated
Last updated
Namespace: PPJ.Runtime
Assembly: PPJ.Runtime.49 (4.9.0.0)
Interface to the report provider object.
: Name of the printing document.
: The report file name.
: List of bind input variables, separated by a comma.
: Returns the last page number.
Closes the preview window.
Creates a new dynamic report using the specified template. If the templates is null (default), the built-in template is used.
Executes the specified command on the preview window. The command code is one of the Sys.RPT_Cmd* constants.
Exports the report to the specified file. The kind of export is inferred from the extension of the file.
Returns the value of the specified report variable.
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.
Prints the report.
Regenerates the data set and refreshes the report.
Sets the value of the specified report variable.
: The owner control for the report. This is the control that receives the report's notifications.
: Returns the printer settings to use when printing the report.
: Title of the progress dialog.
: Text to show in the progress dialog. It can be up to two lines separated by a CRLF.
: Returns the underlying report object.
: TableWindow control to be used as the data source for the report.
: List of report variables, separated by a comma.
: Returns the current instance of the report viewer.
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
file
command
file
firstPage
lastPage
options
name
parent
options
copies
firstPage
lastPage
options
name
value
PPJ.Runtime.ISalReport