다음을 통해 공유


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