CustomReportView.Data Property (Microsoft.PerformancePoint.Scorecards)
Contains configuration data for the report view extension.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)
Syntax
'Declaration
<XmlAttributeAttribute> _
Public Property Data As String
'Usage
Dim instance As CustomReportView
Dim value As String
value = instance.Data
instance.Data = value
[XmlAttributeAttribute]
public string Data { get; set; }
Remarks
Use this field to store arbitrary data used to configure the custom report view.
See Also
Reference
CustomReportView Class
CustomReportView Members
Microsoft.PerformancePoint.Scorecards Namespace