다음을 통해 공유


ReportView.GetOlapReportViewData Method

Returns information about the Analytic Chart or Analytic Grid report query from the CustomData property.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Function GetOlapReportViewData As OLAPReportViewData
'Usage
Dim instance As ReportView
Dim returnValue As OLAPReportViewData

returnValue = instance.GetOlapReportViewData()
public OLAPReportViewData GetOlapReportViewData()

Return Value

Type: OLAPReportViewData
The information about the analytic report query from the CustomData property.

See Also

Reference

ReportView Class

ReportView Members

Microsoft.PerformancePoint.Scorecards Namespace