IBIMonitoringServiceApplicationProxy.CreateNavigationMetadata Method
Gets the OLAP script that fulfills the metadata request.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)
Syntax
'Declaration
Function CreateNavigationMetadata ( _
targetControlId As String, _
targetControlType As String, _
olapContextId As String, _
metadataContextId As String, _
reportId As String, _
metadataAction As String _
) As String
'Usage
Dim instance As IBIMonitoringServiceApplicationProxy
Dim targetControlId As String
Dim targetControlType As String
Dim olapContextId As String
Dim metadataContextId As String
Dim reportId As String
Dim metadataAction As String
Dim returnValue As String
returnValue = instance.CreateNavigationMetadata(targetControlId, _
targetControlType, olapContextId, _
metadataContextId, reportId, metadataAction)
string CreateNavigationMetadata(
string targetControlId,
string targetControlType,
string olapContextId,
string metadataContextId,
string reportId,
string metadataAction
)
Parameters
targetControlId
Type: System.StringThe identifier of the div element to receive the HTML.
targetControlType
Type: System.StringThe type of control to render, such as AnalyticChart or OLAPGrid.
olapContextId
Type: System.StringThe name of the OlapContextECMAScript (JavaScript, JScript) variable, an instance of the OlapViewContextJavaScript class.
metadataContextId
Type: System.StringThe name of the ViewContextJavaScript variable.
reportId
Type: System.StringThe identifier of the report being rendered.
metadataAction
Type: System.StringThe MetadataAction XML that defines the action that the command performs on the report (if any).
Return Value
Type: System.String
The OLAP script that fulfills the metadata request.
See Also
Reference
IBIMonitoringServiceApplicationProxy Interface