[ROOT] --> C++Client
Retrieves information about the specified subreport.
name
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.
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.