共用方式為


Report.IsDrillthroughReport 屬性

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

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

語法

'宣告
<BrowsableAttribute(False)> _
Public ReadOnly Property IsDrillthroughReport As Boolean
    Get
'用途
Dim instance As Report
Dim value As Boolean

value = instance.IsDrillthroughReport
[BrowsableAttribute(false)]
public bool IsDrillthroughReport { get; }
[BrowsableAttribute(false)]
public:
property bool IsDrillthroughReport {
    bool get ();
}
[<BrowsableAttribute(false)>]
member IsDrillthroughReport : bool
function get IsDrillthroughReport () : boolean

屬性值

型別:System.Boolean
Boolean 值。true 值表示這是一份鑽研報表。

請參閱

參考

Report 類別

Microsoft.Reporting.WebForms 命名空間