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

ReportDocumentMap.ReportViewerID Property

Specifies the ID of the ReportViewer instance with which a ReportDocumentMap is associated.

Namespace: DevExpress.XtraReports.Web

Assembly: DevExpress.XtraReports.v18.2.Web.WebForms.dll

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 Document Map using the following properties.

To learn more, see ASP.NET Document Viewer.

See Also