Assembly: Express;
The IEaxOpenObjectContext interface is used to determine settings sent to the opened object on drill down.
IEaxOpenObjectContext
The settings sent to the opened object on drill down are returned by the IEaxDrillSettings.OpenObjectContext property. It can be used if the opened object is a regular report.
To use the sent settings, a parameter with the REPORT_OPEN_CONTEXT identifier should be created in the report. Settings in the XML format will be sent to this parameter.
Property name | Brief description | |
ActiveSheetKey | The ActiveSheetKey property determines a key of the regular report sheet that should become active on opening. | |
EnableUserData | The EnableUserData property determines whether custom settings are to be applied on opening a regular report. | |
ExternalXML | The ExternalXML property determines custom settings in the XML format. |
Method name | Brief description | |
SaveToXml | The SaveToXml method saves settings to an XML file. |
See also: