Use PESetReportOptions to set various options for the report to the values supplied in PEReportAlertInfo. Use this function any time you want to set any of the report options found in the Report|Options dialog box in the Crystal Reports Designer.
BOOL CRPE_API PESetReportOptions (
short printJob,
PEReportOptions FAR *reportOptions );
Specifies the print job for which you want to set report options. | |
Specifies a pointer to PEReportAlertInfo. |
Declare Function PESetReportOptions Lib "crpe32.dll" (ByVal printJob _
As Integer, reportOptions As PEReportOptions) As Integer
function PESetReportOptions (
printJob: smallint;
var reportOptions: PEReportOptions
): Bool stdcall;
| Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |