ReportView.SubTypeId property

Gets or sets the identifier of the report type, as defined by the ReportViewNames class.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Overridable Property SubTypeId As String
    Get
    Set
'Usage
Dim instance As ReportView
Dim value As String

value = instance.SubTypeId

instance.SubTypeId = value
public virtual string SubTypeId { get; set; }

Property value

Type: System.String
The identifier of the report type, as defined by the ReportViewNames class.

Implements

ICustomizableFCO.SubTypeId

Remarks

Custom reports must return a unique name between one and 60 characters. The name cannot contain the characters ', ", or \.

See also

Reference

ReportView class

ReportView members

Microsoft.PerformancePoint.Scorecards namespace