다음을 통해 공유


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 네임스페이스