Partilhar via


Propriedade do RDL DataRegion.AllowInHeaderFooter

When overridden in a derived class, gets a value that indicates whether the data region is allowed in header or footer.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Overrides ReadOnly Property AllowInHeaderFooter As Boolean 
    Get
'Uso
Dim instance As DataRegion 
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 da propriedade

Tipo: System.Boolean
true if the data region is allowed in header or footer; otherwise, false.

Consulte também

Referência

DataRegion Classe

Namespace Microsoft.ReportingServices.RdlObjectModel