ServerReport.Headers, propriété
Obtient une collection de chaînes qui contiennent des en-têtes personnalisés.
Espace de noms : Microsoft.Reporting.WebForms
Assembly : Microsoft.ReportViewer.WebForms (dans Microsoft.ReportViewer.WebForms.dll)
Syntaxe
'Déclaration
<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
Valeur de propriété
Type : Microsoft.Reporting.WebForms.ReportViewerHeaderCollection
Objet ReportViewerHeaderCollection qui contient une collection d'en-têtes personnalisés.