ShowHideToggle Propiedad
Gets the identifier of the toggle item that was toggled by the user.
Espacio de nombres: Microsoft.ReportingServices.ReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property ShowHideToggle As String
Get
'Uso
Dim instance As Report
Dim value As String
value = instance.ShowHideToggle
public string ShowHideToggle { get; }
public:
property String^ ShowHideToggle {
String^ get ();
}
member ShowHideToggle : string
function get ShowHideToggle () : String
Valor de la propiedad
Tipo: System. . :: . .String
A string that contains the identifier of the toggle item that was toggled by the user.
Notas
This is used for navigating to the current UI location.
Vea también