ReportToolbar.ReportViewerID Property
Specifies the ID of 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
[DefaultValue("")]
[SRCategory(ReportStringId.CatData)]
public string ReportViewerID { get; set; }
Property Value
Type | Default | Description |
---|---|---|
String | String.Empty | A String value, specifying the Report Viewer’s ID. |
Remarks
When creating an ASP.NET reporting application, you can associate a Report Viewer with a Report Toolbar using the following properties.
- ReportToolbar.ReportViewer (in code);
- ReportViewerID (at Visual Studio design time).
See Also