Proprietà ReportItem.AllowInHeaderFooter
Gets or sets a value that indicates whether report item is allowed in header or footer.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Overridable ReadOnly Property AllowInHeaderFooter As Boolean
Get
'Utilizzo
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
Valore proprietà
Tipo: System.Boolean
true is report item is allowed in header or footer; otherwise, false.