Partilhar via


Propriedade ReportViewer.TagKey

Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.

Obtém o valor HtmlTextWriterTag que corresponde ao controle ReportViewer.

Namespace:  Microsoft.Reporting.WebForms
Assembly:  Microsoft.ReportViewer.WebForms (em Microsoft.ReportViewer.WebForms.dll)

Sintaxe

'Declaração
Protected Overrides ReadOnly Property TagKey As HtmlTextWriterTag
protected override HtmlTextWriterTag TagKey { get; }
protected:
virtual property HtmlTextWriterTag TagKey {
    HtmlTextWriterTag get () override;
}
abstract TagKey : HtmlTextWriterTag with get
override TagKey : HtmlTextWriterTag with get
override function get TagKey () : HtmlTextWriterTag

Valor de propriedade

Tipo: HtmlTextWriterTag
O valor HtmlTextWriterTag que corresponde ao controle ReportViewer.

Consulte também

Referência

ReportViewer Classe

Namespace Microsoft.Reporting.WebForms