ReportToolbar.ReportViewer Property
Specifies the ReportViewer instance with which a ReportToolbar is associated.
Namespace: DevExpress.XtraReports.Web
Assembly: DevExpress.XtraReports.v24.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.
- ReportViewer (in code);
- ReportToolbar.ReportViewerID (at Visual Studio design time).
See Also