IReportContext.ParentReportPath Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une valeur qui spécifie le chemin du rapport parent.
public:
property System::String ^ ParentReportPath { System::String ^ get(); };
public string ParentReportPath { get; }
member this.ParentReportPath : string
Public ReadOnly Property ParentReportPath As String
Valeur de propriété
Une valeur qui spécifie le chemin du rapport parent.
Remarques
Si le rapport est un sous-rapport, cette propriété renvoie le chemin du rapport parent ; sinon, la propriété retourne null.