Skip to main content

ReportDocumentMap.ReportViewerID Property

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

Namespace: DevExpress.XtraReports.Web

Assembly: DevExpress.XtraReports.v23.2.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 Document Map using the following properties.

See Also