Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets a value that indicates whether the report definition defines a toggle item for this report item.
Espacio de nombres: Microsoft.ReportingServices.ReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property HasToggle As Boolean
Get
'Uso
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
Valor de la propiedad
Tipo: System.Boolean
A Boolean value indicating whether the report definition defines a toggle item for this report item.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.ReportRendering