Freigeben über


Report.ShowHideToggle-Eigenschaft

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

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

Syntax

'Declaration
Public ReadOnly Property ShowHideToggle As String 
    Get
'Usage
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

Eigenschaftswert

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

Hinweise

This is used for navigating to the current UI location.

Siehe auch

Verweis

Report Klasse

Microsoft.ReportingServices.ReportRendering-Namespace