Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the name of the textbox used to hide/unhide this report item.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property ToggleItem As String
Get
'Usage
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
Property Value
Type: System.String
A string value that represents the name of the textbox used to hide/unhide this report item.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace