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.v24.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
Declaration
[DefaultValue("")]
[SRCategory(ReportStringId.CatData)]
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