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