Partilhar via


Propriedade do RDL Report.ShowHideToggle

Gets the identifier of the toggle item that was toggled by the user.

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
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 da propriedade

Tipo: System.String
A String containing the identifier of the toggle item that was toggled by the user.

Comentários

This is used for navigating to the current UI location.

Consulte também

Referência

Report Classe

Namespace Microsoft.ReportingServices.ReportRendering