Partager via


Propriété IReportContext.ReportName

Gets a value that specifies the name of the report.

Espace de noms :  Microsoft.ReportingServices.Interfaces
Assemblys :   Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)

Syntaxe

'Déclaration
ReadOnly Property ReportName As String 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

IReportContext Interface

Espace de noms Microsoft.ReportingServices.Interfaces