Свойство Visibility.ToggleItem
Gets the name of the textbox used to hide/unhide this report item.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public MustOverride ReadOnly Property ToggleItem As String
Get
'Применение
Dim instance As Visibility
Dim value As String
value = instance.ToggleItem
public abstract string ToggleItem { get; }
public:
virtual property String^ ToggleItem {
String^ get () abstract;
}
abstract ToggleItem : string
abstract function get ToggleItem () : String
Значение свойства
Тип: System.String
A string value that represents the name of the textbox used to hide/unhide this report item.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering