Свойство Report.ShowHideToggle

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

Пространство имен:  Microsoft.ReportingServices.ReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public ReadOnly Property ShowHideToggle As String 
    Get
'Применение
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

Значение свойства

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

Замечания

This is used for navigating to the current UI location.

См. также

Справочник

Report Класс

Пространство имен Microsoft.ReportingServices.ReportRendering