IReportContext.ParentReportName Proprietà

Definizione

Ottiene il valore che specifica il nome del report padre.

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à

String

Valore che specifica il nome del report padre.

Commenti

Se il report è un sottoreport, questa proprietà restituisce il nome del report padre. in caso contrario, la proprietà restituisce null .

Si applica a