Invoke “General” Report Type
It is possible to invoke “General” report type without any object reference.
i.With batch scripting, omit the object reference parameters in the SCRIPT
print: report=REPORT, path=FOLDER, onereportperobject=SINGLE, overwrite=OVERWRITE, PARAMETER=VALUE* |
ii.With .NET API Printing, use the overload function ReportManager.SaveReportAsPdf without any element or elements parameter.