Partager via


Propriété Subreport.AllowInHeaderFooter

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets a value that indicates whether the subreport 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 Overrides ReadOnly Property AllowInHeaderFooter As Boolean 
    Get
'Utilisation
Dim instance As Subreport 
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

Valeur de propriété

Type : System.Boolean
True if the subreport is allowed in header or footer; otherwise, false.

Voir aussi

Référence

Subreport Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel