Share via


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

ICustomizableFCO.CustomData

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 tabular data source editors for PerformancePoint Services in SharePoint 2013 and How to: Create tabular data source providers for PerformancePoint Services in SharePoint 2013.

See also

Reference

ReportView class

ReportView members

Microsoft.PerformancePoint.Scorecards namespace