ReportView.SetOlapReportViewData method

Gets the information about the Analytic Chart or Analytic Grid report query from the specified OLAPReportViewData object and saves it to the CustomData property.

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

Syntax

'Declaration
Public Sub SetOlapReportViewData ( _
    data As OLAPReportViewData _
)
'Usage
Dim instance As ReportView
Dim data As OLAPReportViewData

instance.SetOlapReportViewData(data)
public void SetOlapReportViewData(
    OLAPReportViewData data
)

Parameters

  • data
    Type: OLAPReportViewData

    The object that contains the query information.

See also

Reference

ReportView class

ReportView members

Microsoft.PerformancePoint.Scorecards namespace