IReportContext.ReportName Property

Gets a value that specifies the name of the report.

Namespace:  Microsoft.ReportingServices.Interfaces
Assemblies:   Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Syntax

'Declaration
ReadOnly Property ReportName As String
    Get
'Usage
Dim instance As IReportContext
Dim value As String

value = instance.ReportName
string ReportName { get; }
property String^ ReportName {
    String^ get ();
}
abstract ReportName : string
function get ReportName () : String

Property Value

Type: System.String
A value that specifies the name of the report.