[ROOT] --> C++Client

struct PESubreportInfo

Retrieves information about the specified subreport.

Source:
MobileApps\PCRE\CppClient\Include\crw\crpe.h

Variables Index

name
Specifies the name of the subreport. This is the name assigned to the subreport when it was first created.
StructSize
Specifies the size of the PESubreportInfo structure. You must initialize this member to be the size of whatever it is.
For example, location.StructSize = PE_SIZEOF_SUBREPORT_INFO.


Variables

StructSize

WORD StructSize

Specifies the size of the PESubreportInfo structure. You must initialize this member to be the size of whatever it is.
For example, location.StructSize = PE_SIZEOF_SUBREPORT_INFO.

name

char name [ PE_SUBREPORT_NAME_LEN - 1 ]

Specifies the name of the subreport. This is the name assigned to the subreport when it was first created.


Copyright (c) 2000 Dynalivery Corp.