Propriedade do RDL Subreport.AllowInHeaderFooter
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets a value that indicates whether the subreport is allowed in header or footer.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Overrides ReadOnly Property AllowInHeaderFooter As Boolean
Get
'Uso
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
Valor da propriedade
Tipo: System.Boolean
True if the subreport is allowed in header or footer; otherwise, false.