Compartir a través de


TextBox.IsToggleParent Propiedad

Gets a value that indicates whether the text box is used to toggle other items on the report.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property IsToggleParent As Boolean 
    Get
'Uso
Dim instance As TextBox 
Dim value As Boolean 

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

Valor de la propiedad

Tipo: System.Boolean
true if the text box is used to toggle other items on the report; otherwise, false.

Vea también

Referencia

TextBox Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering