Share via


CustomReportViewControlBase.CustomData Property (Microsoft.PerformancePoint.Scorecards.Server.Extensions)

The custom metadata for this report view.

Namespace: Microsoft.PerformancePoint.Scorecards.Server.Extensions
Assembly: Microsoft.PerformancePoint.Scorecards.Server (in microsoft.performancepoint.scorecards.server.dll)

Syntax

'Declaration
Public Property CustomData As String
'Usage
Dim instance As CustomReportViewControlBase
Dim value As String

value = instance.CustomData

instance.CustomData = value
public string CustomData { get; set; }

See Also

Reference

CustomReportViewControlBase Class
CustomReportViewControlBase Members
Microsoft.PerformancePoint.Scorecards.Server.Extensions Namespace