IReportContext.ParentReportPath Proprietà

Definizione

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à

String

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 .

Si applica a