Skip to main content
A newer version of this page is available. .

ReportToolbar.ReportViewer Property

Specifies the ReportViewer instance with which a ReportToolbar is associated.

Namespace: DevExpress.XtraReports.Web

Assembly: DevExpress.XtraReports.v19.1.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

Declaration

[Browsable(false)]
[DefaultValue("")]
[SRCategory(ReportStringId.CatData)]
public object ReportViewer { get; set; }

Property Value

Type Default Description
Object String.Empty

A ReportViewer object.

Remarks

When creating an ASP.NET reporting application, you can associate a Report Viewer with a Report Toolbar using the following properties.

See Also