Share via


CustomReportView.CustomType Property (Microsoft.PerformancePoint.Scorecards)

The identifier of the custom report view type.

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

Syntax

'Declaration
<XmlAttributeAttribute> _
Public Property CustomType As String
'Usage
Dim instance As CustomReportView
Dim value As String

value = instance.CustomType

instance.CustomType = value
[XmlAttributeAttribute] 
public string CustomType { get; set; }

Remarks

This is a string that uniquely identifies the type of the custom report view.

See Also

Reference

CustomReportView Class
CustomReportView Members
Microsoft.PerformancePoint.Scorecards Namespace