Partager via


Propriété CustomReportItem.IsToggleChild

Gets a value that indicates whether this item can be made visible or invisible by toggling another item.

Espace de noms :  Microsoft.ReportingServices.ReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property IsToggleChild As Boolean 
    Get
'Utilisation
Dim instance As CustomReportItem 
Dim value As Boolean 

value = instance.IsToggleChild
public bool IsToggleChild { get; }
public:
property bool IsToggleChild {
    bool get ();
}
member IsToggleChild : bool
function get IsToggleChild () : boolean

Valeur de propriété

Type : System.Boolean
A Boolean value.

Voir aussi

Référence

CustomReportItem Classe

Espace de noms Microsoft.ReportingServices.ReportRendering