Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public string ReportTypeName { get; set; }

Property Value

Type Description
String

A String specifying the name of a report class.

See Also