Свойство TextBox.IsToggleParent
Gets a value that indicates whether the text box is used to toggle other items on the report.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property IsToggleParent As Boolean
Get
'Применение
Dim instance As TextBox
Dim value As Boolean
value = instance.IsToggleParent
public bool IsToggleParent { get; }
public:
property bool IsToggleParent {
bool get ();
}
member IsToggleParent : bool
function get IsToggleParent () : boolean
Значение свойства
Тип: System.Boolean
true if the text box is used to toggle other items on the report; otherwise, false.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering