Report.IsDrillthroughReport Propiedad
Indica si el informe es un informe de obtención de detalles.
Espacio de nombres: Microsoft.Reporting.WebForms
Ensamblado: Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)
Sintaxis
'Declaración
<BrowsableAttribute(False)> _
Public ReadOnly Property IsDrillthroughReport As Boolean
Get
'Uso
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
Valor de la propiedad
Tipo: System.Boolean
Valor de tipo Boolean. Un valor true indica que es un informe de obtención de detalles.