Свойство ReportItem.HasToggle

Gets a value that indicates whether the report definition defines a toggle item for this report item.

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

Синтаксис

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

value = instance.HasToggle
public bool HasToggle { get; }
public:
property bool HasToggle {
    bool get ();
}
member HasToggle : bool
function get HasToggle () : boolean

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

Тип: System.Boolean
A Boolean value indicating whether the report definition defines a toggle item for this report item.

См. также

Справочник

ReportItem Класс

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