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
parentLocation
Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocationThe location of the parent of this report in the repository.