Report.IsDrillthroughReport Property
Indicates whether the report is a drillthrough report.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property IsDrillthroughReport As Boolean
'Usage
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 ();
}
/** @property */
public boolean get_IsDrillthroughReport ()
public function get IsDrillthroughReport () : boolean
Property Value
A Boolean value. A value of true indicates that this is a drillthrough report.
See Also
Reference
Report Class
Report Members
Microsoft.Reporting.WebForms Namespace