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 padre.
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à
Valore che specifica il percorso del report padre.
Commenti
Se il report è un sottoreport, questa proprietà restituisce il percorso del report padre. in caso contrario, la proprietà restituisce null .