Propriété ServerReport.Headers
Obtient une collection de chaînes qui contiennent des en-têtes personnalisés.
Espace de noms : Microsoft.Reporting.WebForms
Assembly : Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.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.WebForms.ReportViewerHeaderCollection
Objet ReportViewerHeaderCollection qui contient une collection d'en-têtes personnalisés.