Partilhar via


Propriedade ServerReport.Headers

Gets a collection of strings that contain custom headers.

Namespace:  Microsoft.Reporting.WebForms
Assembly:  Microsoft.ReportViewer.WebForms (em Microsoft.ReportViewer.WebForms.dll)

Sintaxe

'Declaração
<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

Valor de propriedade

Tipo: Microsoft.Reporting.WebForms.ReportViewerHeaderCollection
A ReportViewerHeaderCollection object that contains a collection custom headers.

Consulte também

Referência

ServerReport Classe

Namespace Microsoft.Reporting.WebForms