Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Indicates that this TextBox is used to toggle other items on the report.
Espace de noms: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property IsToggleParent As Boolean
public bool IsToggleParent { get; }
public:
property bool IsToggleParent {
bool get ();
}
/** @property */
public boolean get_IsToggleParent ()
public function get IsToggleParent () : boolean
Valeur de propriété
A Boolean value indicating if this textbox is used as a toggle to control the visibility of another item on the report. A value of true indicates that this TextBox does control the show/hide property of another item.
Sécurité des threads
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Plateformes
Plateformes de développement
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Plateformes cibles
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Voir aussi
Référence
TextBox Class
TextBox Members
Microsoft.ReportingServices.ReportRendering Namespace