Proprietà HasToggle
Indicates that a toggle item is defined for this object.
Spazio dei nomi: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public Overridable ReadOnly Property HasToggle As Boolean
Get
'Utilizzo
Dim instance As Group
Dim value As Boolean
value = instance.HasToggle
public virtual bool HasToggle { get; }
public:
virtual property bool HasToggle {
bool get ();
}
abstract HasToggle : bool
override HasToggle : bool
function get HasToggle () : boolean
Valore proprietà
Tipo: System. . :: . .Boolean
A Boolean value indicating that a toggle item is defined for this object.
Vedere anche