共用方式為


Report.IsDrillthroughReport 屬性

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

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

語法

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

屬性值

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

請參閱

參考

Report 類別

Microsoft.Reporting.WebForms 命名空間