Свойство 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.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel