Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets a value that indicates whether the subreport is allowed in header or footer.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property AllowInHeaderFooter As Boolean
Get
'Usage
Dim instance As Subreport
Dim value As Boolean
value = instance.AllowInHeaderFooter
public override bool AllowInHeaderFooter { get; }
public:
virtual property bool AllowInHeaderFooter {
bool get () override;
}
abstract AllowInHeaderFooter : bool
override AllowInHeaderFooter : bool
override function get AllowInHeaderFooter () : boolean
Property Value
Type: System.Boolean
True if the subreport is allowed in header or footer; otherwise, false.