Skip to main content

XtraReport.ControlType Property

Gets the assembly-qualified name of the report.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

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