Proprietà ReportViewer.TagKey
Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.
Ottiene il valore HtmlTextWriterTag corrispondente al controllo ReportViewer.
Spazio dei nomi: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)
Sintassi
'Dichiarazione
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
Valore proprietà
Tipo: HtmlTextWriterTag
Valore HtmlTextWriterTag corrispondente al controllo ReportViewer.