言語

IReportContext.ParentReportName プロパティ

定義

親レポートの名前を指定する値を取得します。

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

プロパティ値

親レポートの名前を指定する価値です。

注釈

レポートがサブレポートの場合、このプロパティは親レポートの名前を返します。そうでなければ、プロパティは nullを返します。

適用対象