Freigeben über


Rectangle.AllowInHeaderFooter-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets a value that indicates whether the data region is allowed in header or footer.

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

Syntax

'Declaration
Public Overrides ReadOnly Property AllowInHeaderFooter As Boolean 
    Get
'Usage
Dim instance As Rectangle 
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

Eigenschaftswert

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

Siehe auch

Verweis

Rectangle Klasse

Microsoft.ReportingServices.RdlObjectModel-Namespace