Condividi tramite


Proprietà HasToggle

Gets a value that indicates whether the report definition defines a toggle item for this report item.

Spazio dei nomi:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property HasToggle As Boolean
    Get
'Utilizzo
Dim instance As ReportItem
Dim value As Boolean

value = instance.HasToggle
public bool HasToggle { get; }
public:
property bool HasToggle {
    bool get ();
}
member HasToggle : bool
function get HasToggle () : boolean

Valore proprietà

Tipo: System. . :: . .Boolean
A Boolean value indicating whether the report definition defines a toggle item for this report item.