共用方式為


ReportItem.AllowInHeaderFooter 屬性

Gets or sets a value that indicates whether report item is allowed in header or footer.

命名空間:  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

屬性值

型別:System.Boolean
true is report item is allowed in header or footer; otherwise, false.

請參閱

參考

ReportItem 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間