Report.IsDrillthroughReport 屬性

 

發佈時間: 2016年4月

指出報表是否為鑽研報表。

命名空間:   Microsoft.Reporting.WinForms
組件:  Microsoft.ReportViewer.WinForms (在 Microsoft.ReportViewer.WinForms.dll 中)

語法

[BrowsableAttribute(false)]
public bool IsDrillthroughReport { get; }
public:
[BrowsableAttribute(false)]
property bool IsDrillthroughReport {
    bool get();
}
[<BrowsableAttribute(false)>]
member IsDrillthroughReport : bool with get
<BrowsableAttribute(False)>
Public ReadOnly Property IsDrillthroughReport As Boolean

屬性值

Type: System.Boolean

Boolean 值。true 值表示這是一份鑽研報表。

請參閱

Report 類別
Microsoft.Reporting.WinForms 命名空間

回到頁首