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。