ReportView.CustomData Property
Stores information used by the report.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Overridable Property CustomData As String
Get
Set
'Usage
Dim instance As ReportView
Dim value As String
value = instance.CustomData
instance.CustomData = value
public virtual string CustomData { get; set; }
Property Value
Type: System.String
Implements
Remarks
Custom reports can optionally use CustomData to store a serialized object or a string, such as an MDX query or SQL statement. Some native reports use CustomData to store information that is not stored elsewhere. For example, a Web Page report uses it to store the URL and a Strategy Map report uses it to store a serialized StrategyMapViewData object. For examples of how a custom data source uses this property, see How to: Create Editors for PerformancePoint Services Tabular Data Sources and How to: Create Providers for PerformancePoint Services Tabular Data Source.