IReportContext.ParentReportPath プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
親レポートの経路を指定する値が付与されます。
public:
property System::String ^ ParentReportPath { System::String ^ get(); };
public string ParentReportPath { get; }
member this.ParentReportPath : string
Public ReadOnly Property ParentReportPath As String
プロパティ値
親レポートの経路を指定する値です。
注釈
報告がサブレポートの場合、このプロパティは親報告の経路を返します。そうでなければ、プロパティは nullを返します。