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

ReportViewer.ReportName Property

For internal use only. Gets or sets the fully qualified type name of the report, whose instance is displayed by this ReportViewer object.

Namespace: DevExpress.XtraReports.Web

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

Declaration

[SRCategory(ReportStringId.CatData)]
[DefaultValue("")]
public string ReportName { get; set; }

Property Value

Type Default Description
String String.Empty

A String containing the report’s type name (including its namespace).

Remarks

The ReportName property is intended for internal use only, and normally you don’t need to use it.

To assign a report object to a ReportViewer instance, use the ReportViewer.Report property, instead.

See Also