OLAPReportViewData.DimensionData Property (Microsoft.PerformancePoint.Scorecards)

A DimensionCollection that contains OLAP dimension metadata. When a cell set is disconnected, it does not have access to caption metadata, therefore we need to store it here.

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

Syntax

'Declaration
<XmlIgnoreAttribute> _
Public Property DimensionData As DimensionCollection
'Usage
Dim instance As OLAPReportViewData
Dim value As DimensionCollection

value = instance.DimensionData

instance.DimensionData = value
[XmlIgnoreAttribute] 
public DimensionCollection DimensionData { get; set; }

Remarks

Not to be serialized, this is populated from after the query is run.

See Also

Reference

OLAPReportViewData Class
OLAPReportViewData Members
Microsoft.PerformancePoint.Scorecards Namespace