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