Partilhar via


Propriedade ReportViewer.ServerReport

Obtém uma instância da classe Report que é usada quando o ProcessingMode para o controle ReportViewer é definido como Remote.

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

Sintaxe

'Declaração
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
Public ReadOnly Property ServerReport As ServerReport
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public ServerReport ServerReport { get; }
[PersistenceModeAttribute(PersistenceMode::InnerProperty)]
public:
property ServerReport^ ServerReport {
    ServerReport^ get ();
}
[<PersistenceModeAttribute(PersistenceMode.InnerProperty)>]
member ServerReport : ServerReport with get
function get ServerReport () : ServerReport

Valor de propriedade

Tipo: Microsoft.Reporting.WebForms.ServerReport
Um objeto ServerReport que contém o relatório do servidor no controle ReportViewer.

Exemplos

Consulte ServerReport para obter um exemplo de código.

Consulte também

Referência

ReportViewer Classe

Namespace Microsoft.Reporting.WebForms