Proprietà ServerReport.Headers
Ottiene una raccolta di stringhe contenenti intestazioni personalizzate.
Spazio dei nomi Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)
Sintassi
'Dichiarazione
<BrowsableAttribute(False)> _
Public ReadOnly Property Headers As ReportViewerHeaderCollection
Get
'Utilizzo
Dim instance As ServerReport
Dim value As ReportViewerHeaderCollection
value = instance.Headers
[BrowsableAttribute(false)]
public ReportViewerHeaderCollection Headers { get; }
[BrowsableAttribute(false)]
public:
property ReportViewerHeaderCollection^ Headers {
ReportViewerHeaderCollection^ get ();
}
[<BrowsableAttribute(false)>]
member Headers : ReportViewerHeaderCollection
function get Headers () : ReportViewerHeaderCollection
Valore proprietà
Tipo: Microsoft.Reporting.WebForms.ReportViewerHeaderCollection
Oggetto ReportViewerHeaderCollection contenente una raccolta di intestazioni personalizzate.