ESS_DURLINFO_T

Captures drill-through URL information.

See Drill-through URL Limits.

typedef struct url
{
   ESS_CHAR_T     bIsLevel0;
   ESS_STR_T      cpURLName;
   ESS_USHORT_T   iURLXmlSize;
   ESS_BYTE_T*    cpURLXml;   
   ESS_USHORT_T   iCountOfDrillRegions;
   ESS_PSTR_T     cppDrillRegions;
}  ESS_DURLINFO_T;
Data TypeFieldDescription
ESS_CHAR_TbIsLevel0If 1, then URL definition is restricted to level-0 data; if 0, there is no restriction
ESS_STR_TcpURLNameName of the drill-through URL
ESS_USHORT_TiURLXmlSizeSize of the URL XML text
ESS_BYTE_T*cpURLXmlPointer to the URL XML text
ESS_USHORT_TicountOfDrillRegions

Number of regions referenced by the drill-through URL

The number of drillable regions in a drill-through URL is limited to 256.

ESS_PSTR_TcppdrillRegionsList of regions referenced by the drill-through URL