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

XtraReport.ControlType Property

Gets the assembly-qualified name of the report.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public override string ControlType { get; }

Property Value

Type Description
String

A String value specifying the assembly-qualified name of a report, which includes the name of the assembly from which the report was loaded.

See Also