IReportContext.ParentReportPath Propiedad

Definición

Obtiene un valor que especifica la ruta del informe padre.

public:
 property System::String ^ ParentReportPath { System::String ^ get(); };
public string ParentReportPath { get; }
member this.ParentReportPath : string
Public ReadOnly Property ParentReportPath As String

Valor de propiedad

Un valor que especifica la ruta del informe padre.

Comentarios

Si el informe es un subinforme, esta propiedad devuelve la ruta del informe padre; de lo contrario, la propiedad devuelve null.

Se aplica a