EssGGetLRO() retrieves a linked reporting object from an Essbase database.
ESSG_FUNC_M EssGGetLRO (hGrid, hLRO, szTargetFile, ulOption);
ESSG_HGRID_T | hGrid |
ESSG_HLRO_T | hLRO |
ESSG_STR_T | szTargetFile |
ESSG_ULONG_T | ulOption |
hGrid | Grid handle returned by EssGNewGrid(). |
hLRO | Handle to the linked object (returned in a DRILLDATA structure by the EssGGetCellLinkResults() function). |
szTargetFile | The name of the target file, including path, into which the object is retrieved. |
ulOption | Option specifying whether to
retrieve the object, its catalog entry, or both. Use one of the following:
|
If successful, returns ESSG_STS_NOERR.
To retrieve a cell note, use EssGGetLRODesc(). EssGGetLRO does not retrieve cell note information.
Using the Grid API Functions
Grid API Structures
EssgBeginRemoveOnly()
EssGGetCellLinkResults()
EssGGetOption()
EssGPerformOperation()
EssGSetOption()
EssGBeginCreateLRO()
EssGBeginDrillAcross()
EssGBeginDeleteLROs()
EssGBeginDrillOrLink()
EssGDeleteLRO()
EssGFreeCellLinkResults()
EssGGetCellLinkResults()
EssGGetLRODesc()
EssGGetLinkedPartitionDesc()
EssGUpdateLRO()