AllowInHeaderFooter 屬性
命名空間: Microsoft.ReportingServices.RdlObjectModel
組件: Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)
語法
'宣告
Public Overridable ReadOnly Property AllowInHeaderFooter As Boolean
Get
'用途
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