Compartir a través de


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
[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

Valor de propiedad

Tipo: Boolean
Valor de tipo Boolean.Un valor true indica que es un informe de obtención de detalles.

Vea también

Referencia

Report Clase

Microsoft.Reporting.WebForms (Espacio de nombres)