Print Report
Function to print the Report document.
Syntax:
Void Print(String
reportFileName):
Print the Report
document.
Params:
String reportFileName: A String parameter containing the name of the Report Document.
Example:
Print the Report Document named 'Report1' located in the default path.
SVReport.Print("Report1");
|