Compartir a través de


ServerReport.Headers (Propiedad)

Obtiene una colección de cadenas que contienen encabezados personalizados.

Espacio de nombres:  Microsoft.Reporting.WinForms
Ensamblado:  Microsoft.ReportViewer.WinForms (en Microsoft.ReportViewer.WinForms.dll)

Sintaxis

'Declaración
<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 propiedad

Tipo: Microsoft.Reporting.WinForms.ReportViewerHeaderCollection
Objeto ReportViewerHeaderCollection que contiene una colección de encabezados personalizados.

Vea también

Referencia

ServerReport Clase

Microsoft.Reporting.WinForms (Espacio de nombres)