IReportContext.ParentReportPath Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene un valore che specifica il percorso del report genitore.
public:
property System::String ^ ParentReportPath { System::String ^ get(); };
public string ParentReportPath { get; }
member this.ParentReportPath : string
Public ReadOnly Property ParentReportPath As String
Valore della proprietà
Un valore che specifica il percorso del report genitore.
Commenti
Se il report è un sottorapporto, questa proprietà restituisce il percorso del report genitore; altrimenti, la proprietà restituisce null.