Del via


ReportItem.AllowInHeaderFooter Property

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

Syntax

'Declaration
Public Overridable ReadOnly Property AllowInHeaderFooter As Boolean
    Get
'Usage
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

Property Value

Type: System.Boolean