Condividi tramite


Proprietà ServerReport.Headers

Ottiene una raccolta di stringhe contenenti intestazioni personalizzate.

Spazio dei nomi:  Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Sintassi

'Dichiarazione
<BrowsableAttribute(False)> _
Public ReadOnly Property Headers As ReportViewerHeaderCollection
[BrowsableAttribute(false)]
public ReportViewerHeaderCollection Headers { get; }
[BrowsableAttribute(false)]
public:
property ReportViewerHeaderCollection^ Headers {
    ReportViewerHeaderCollection^ get ();
}
[<BrowsableAttribute(false)>]
member Headers : ReportViewerHeaderCollection with get
function get Headers () : ReportViewerHeaderCollection

Valore proprietà

Tipo: Microsoft.Reporting.WinForms.ReportViewerHeaderCollection
Oggetto ReportViewerHeaderCollection contenente una raccolta di intestazioni personalizzate.

Vedere anche

Riferimenti

ServerReport Classe

Spazio dei nomi Microsoft.Reporting.WinForms