Partager via


Propriété IReportContext.ReportPath

Gets a value that specifies the path 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 ReportPath As String 
    Get
'Utilisation
Dim instance As IReportContext 
Dim value As String 

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

Valeur de propriété

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

Voir aussi

Référence

IReportContext Interface

Espace de noms Microsoft.ReportingServices.Interfaces