Partager via


Propriété ReportItem.AllowInHeaderFooter

Gets or sets a value that indicates whether report item is allowed in header or footer.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Overridable ReadOnly Property AllowInHeaderFooter As Boolean 
    Get
'Utilisation
Dim instance As ReportItem 
Dim value As Boolean 

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

Valeur de propriété

Type : System.Boolean
true is report item is allowed in header or footer; otherwise, false.

Voir aussi

Référence

ReportItem Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel