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 表示这是一个钻取报表。