PESubreportInfo contains information about subreports in a report. This structure is used by PEGetSubreportInfo, to gather information about a specified subreport.
typedef struct PESubreportInfo {
WORD StructSize;
char name [PE_SUBREPORT_NAME_LEN];
short NLinks;
short isOnDemand;
short external;
short reimportOption;
} PESubreportInfo;
Type PESubreportInfo
StructSize As Integer
Name As String * PE_SUBREPORT_NAME_LEN
NLinks As Integer
IsOnDemand As Integer
external As Integer
reimportOption As Integer
End Type
type
PESubreportNameType
= array[0..PE_SUBREPORT_NAME_LEN-1 ] of char;
PESubreportInfo = record
structSize: Word;
name: PESubreportNameType;
NLinks: smallint
IsOnDemand: smallint
end;
| Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |