IReportContext.ParentReportPath プロパティ

定義

親レポートの経路を指定する値が付与されます。

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

プロパティ値

親レポートの経路を指定する値です。

注釈

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

適用対象