Share via


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.

See also

Reference

ReportView class

ReportView members

Microsoft.PerformancePoint.Scorecards namespace