Свойство CustomReportItem.IsToggleChild

Gets a value that indicates whether this item can be made visible or invisible by toggling another item.

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

Синтаксис

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

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

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

Тип: System.Boolean
A Boolean value.

См. также

Справочник

CustomReportItem Класс

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