OLAPReportViewData.ParentReportViewId Property (Microsoft.PerformancePoint.Scorecards)

This field is used by a temporary FCO (analytic report) to point back to the parent FCO.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
<XmlAttributeAttribute> _
Public Property ParentReportViewId As Guid
'Usage
Dim instance As OLAPReportViewData
Dim value As Guid

value = instance.ParentReportViewId

instance.ParentReportViewId = value
[XmlAttributeAttribute] 
public Guid ParentReportViewId { get; set; }

Remarks

A temporary FCO (first class object) should never have a parent that is a temporary FCO. A temporary FCO that has no parent (that is, the field is NULL) is new and has never been published (comes from the FCO table). When an analytic report is published, it is put into the FCO database table.  When navigation occurs, a temporary FCO is created. If a temporary FCO has a parent, it inherits the security roles from the parent.

See Also

Reference

OLAPReportViewData Class
OLAPReportViewData Members
Microsoft.PerformancePoint.Scorecards Namespace