Propriedade do RDL AllowInHeaderFooter
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Overridable ReadOnly Property AllowInHeaderFooter As Boolean
Get
'Uso
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
Valor da propriedade
Tipo: System. . :: . .Boolean