IReportContext.ParentReportName Proprietà

Definizione

Ottiene il valore che specifica il nome del report genitore.

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

Valore della proprietà

Un valore che specifica il nome del report genitore.

Commenti

Se il report è un sottoreport, questa proprietà restituisce il nome del report principale; altrimenti, la proprietà restituisce null.

Si applica a