Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.