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

適用於