Captures drill-through URL information.
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 Type | Field | Description |
---|---|---|
ESS_CHAR_T | bIsLevel0 | If 1, then URL definition is restricted to level-0 data; if 0, there is no restriction |
ESS_STR_T | cpURLName | Name of the drill-through URL |
ESS_USHORT_T | iURLXmlSize | Size of the URL XML text |
ESS_BYTE_T* | cpURLXml | Pointer to the URL XML text |
ESS_USHORT_T | icountOfDrillRegions | 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_T | cppdrillRegions | List of regions referenced by the drill-through URL |