Propriedade ReportViewer.BackgroundImageLayout
Obtém ou define o layout para a imagem do plano de fundo do controle ReportViewer.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (em Microsoft.ReportViewer.WinForms.dll)
Sintaxe
'Declaração
Public Overrides Property BackgroundImageLayout As ImageLayout
public override ImageLayout BackgroundImageLayout { get; set; }
public:
virtual property ImageLayout BackgroundImageLayout {
ImageLayout get () override;
void set (ImageLayout value) override;
}
abstract BackgroundImageLayout : ImageLayout with get, set
override BackgroundImageLayout : ImageLayout with get, set
override function get BackgroundImageLayout () : ImageLayout
override function set BackgroundImageLayout (value : ImageLayout)
Valor de propriedade
Tipo: ImageLayout
Um objeto ImageLayout que contém o layout para a imagem do plano de fundo do controle ReportViewer.