Partager via


Propriété HasToggle

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

Espace de noms :  Microsoft.ReportingServices.ReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property HasToggle As Boolean
    Get
'Utilisation
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

Valeur de propriété

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