ReportView.SetAnalyticReportParentId method

Sets the parent location of the analytic report in the OlapReportViewData object that represents the report query.

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

Syntax

'Declaration
Public Sub SetAnalyticReportParentId ( _
    parentLocation As RepositoryLocation _
)
'Usage
Dim instance As ReportView
Dim parentLocation As RepositoryLocation

instance.SetAnalyticReportParentId(parentLocation)
public void SetAnalyticReportParentId(
    RepositoryLocation parentLocation
)

Parameters

See also

Reference

ReportView class

ReportView members

Microsoft.PerformancePoint.Scorecards namespace