Partager via


Propriété ServerReport.Headers

Obtient une collection de chaînes qui contiennent des en-têtes personnalisés.

Espace de noms :  Microsoft.Reporting.WinForms
Assembly :  Microsoft.ReportViewer.WinForms (en Microsoft.ReportViewer.WinForms.dll)

Syntaxe

'Déclaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Headers As ReportViewerHeaderCollection
    Get
'Utilisation
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

Valeur de propriété

Type : Microsoft.Reporting.WinForms.ReportViewerHeaderCollection
Objet ReportViewerHeaderCollection qui contient une collection d'en-têtes personnalisés.

Voir aussi

Référence

ServerReport Classe

Espace de noms Microsoft.Reporting.WinForms