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

DocumentViewerSettings.ReportTypeName Property

Specifies the name of the class of the report to display in a Document Viewer.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public string ReportTypeName { get; set; }

Property Value

Type Description
String

A String specifying the name of a report class.

See Also