Hello everybody,
I am writing a tiny app using the Bo reporter (full client) sdk and I am having a hard time figuring out how to retrieve the appropriate handles/pointers to some bo sdk objects in a report.
My simple goal is to understand which data provider (and its columns) are displayed in the report, via intermediary DocumentVariables.
I already understand how to open the .rep file, list the available reports (and their structure), dataproviders (and their columns).
What seems to be missing is the link between the report (and its internal structures) to the data provider columns.
Have any of you tried to do this before?
My best guess at this point is that this link I am looking for is represented using the pivot information available in the full client gui in a "Pivot" tab.
But I couldn't see how to acces the pivot information in the sdk.
Is this feasible?
best regards,
Oliver
I am writing a tiny app using the Bo reporter (full client) sdk and I am having a hard time figuring out how to retrieve the appropriate handles/pointers to some bo sdk objects in a report.
My simple goal is to understand which data provider (and its columns) are displayed in the report, via intermediary DocumentVariables.
I already understand how to open the .rep file, list the available reports (and their structure), dataproviders (and their columns).
What seems to be missing is the link between the report (and its internal structures) to the data provider columns.
Have any of you tried to do this before?
My best guess at this point is that this link I am looking for is represented using the pivot information available in the full client gui in a "Pivot" tab.
But I couldn't see how to acces the pivot information in the sdk.
Is this feasible?
best regards,
Oliver