Skip to main content

ASPxDocumentViewer.ReportTypeName Property

Specifies the name of the class of the report to display in the ASPxDocumentViewer.

Namespace: DevExpress.XtraReports.Web

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

NuGet Package: DevExpress.Web.Reporting

Declaration

[DefaultValue("")]
public string ReportTypeName { get; set; }

Property Value

Type Default Description
String String.Empty

A String specifying the name of a report class.

See Also