Partager via


Propriété Report.ShowHideToggle

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

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

Syntaxe

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

Valeur de propriété

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

Notes

This is used for navigating to the current UI location.

Voir aussi

Référence

Report Classe

Espace de noms Microsoft.ReportingServices.ReportRendering