ReportView.TypeName Property
Gets or sets the type of report, as defined by the ReportViewNames class.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property TypeName As String
Get
Set
'Usage
Dim instance As ReportView
Dim value As String
value = instance.TypeName
instance.TypeName = value
public string TypeName { get; set; }
Property Value
Type: System.String
The type of report, as defined by the ReportViewNames class.