Partilhar via


Propriedade do RDL Visibility.ToggleItem

Gets the name of the textbox used to hide/unhide this report item.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public MustOverride ReadOnly Property ToggleItem As String 
    Get
'Uso
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

Valor da propriedade

Tipo: System.String
A string value that represents the name of the textbox used to hide/unhide this report item.

Consulte também

Referência

Visibility Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering