Свойство ReportItem.ToggleItem

Gets the name of the toggle item for this report item.

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

Синтаксис

'Декларация
Public ReadOnly Property ToggleItem As String 
    Get
'Применение
Dim instance As ReportItem 
Dim value As String 

value = instance.ToggleItem
public string ToggleItem { get; }
public:
property String^ ToggleItem {
    String^ get ();
}
member ToggleItem : string
function get ToggleItem () : String

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

Тип: System.String
A string containing the name of the toggle item for this report item.

См. также

Справочник

ReportItem Класс

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