Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Gets a value indicating whether this report item can be rendered visible or invisible through the control of another report item.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property IsToggleChild As Boolean
Get
'Usage
Dim instance As Group
Dim value As Boolean
value = instance.IsToggleChild
public virtual bool IsToggleChild { get; }
public:
virtual property bool IsToggleChild {
bool get ();
}
abstract IsToggleChild : bool
override IsToggleChild : bool
function get IsToggleChild () : boolean
Property Value
Type: System.Boolean
A Boolean value indicating whether the report item can be rendered visible or invisible through the control of another report item. A value of true is returned if the item can be toggled, or false if it cannot be toggled.