Propriété ReportViewer.ServerReport
Obtient l'instance de la classe Report qui est utilisée lorsque le ProcessingMode pour le contrôle ReportViewer a la valeur Remote.
Espace de noms : Microsoft.Reporting.WebForms
Assembly : Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)
Syntaxe
'Déclaration
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
Public ReadOnly Property ServerReport As ServerReport
Get
'Utilisation
Dim instance As ReportViewer
Dim value As ServerReport
value = instance.ServerReport
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public ServerReport ServerReport { get; }
[PersistenceModeAttribute(PersistenceMode::InnerProperty)]
public:
property ServerReport^ ServerReport {
ServerReport^ get ();
}
[<PersistenceModeAttribute(PersistenceMode.InnerProperty)>]
member ServerReport : ServerReport
function get ServerReport () : ServerReport
Valeur de propriété
Type : Microsoft.Reporting.WebForms.ServerReport
Objet ServerReport qui contient le rapport du serveur dans le contrôle ReportViewer.
Exemples
Pour obtenir un exemple de code, consultez ServerReport.