Partager via


Propriété IReportContext.ParentReportPath

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

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

Valeur de propriété

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

Notes

If the report is a subreport, this property returns the path of the parent report; otherwise, the property returns nullune référence Null (Nothing dans Visual Basic).

Voir aussi

Référence

IReportContext Interface

Espace de noms Microsoft.ReportingServices.Interfaces