Compartir a través de


Textbox.AllowInHeaderFooter Propiedad

Gets a value that indicates whether the text box is allowed in header or footer.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Overrides ReadOnly Property AllowInHeaderFooter As Boolean 
    Get
'Uso
Dim instance As Textbox 
Dim value As Boolean 

value = instance.AllowInHeaderFooter
public override bool AllowInHeaderFooter { get; }
public:
virtual property bool AllowInHeaderFooter {
    bool get () override;
}
abstract AllowInHeaderFooter : bool 
override AllowInHeaderFooter : bool
override function get AllowInHeaderFooter () : boolean

Valor de la propiedad

Tipo: System.Boolean
True if the text box is allowed in header or footer; otherwise, false.

Vea también

Referencia

Textbox Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel