Use PEOpenSubreport to open the named subreport and return a number that identifies that subreport.
The number returned must be used in all subsequent calls related to the subreport (where a print job handle is required).
short CRPE_API PEOpenSubreport (
short parentJob,
char FAR *subreportName );
Specifies the primary report (the report that contains the subreport). This is the handle returned from PEOpenPrintJob. | |
Specifies a pointer to the name of the subreport that you want to open. This is retrieved using PEGetSubreportInfo. |
Declare Function PEOpenSubreport Lib "crpe32.dll" (
ByVal parentJob As Integer, ByVal subreportName As String ) As Integer
function PEOpenSubreport (
parentJob: Word;
subreportName: PChar
): Word stdcall;
| Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |