Back to Devexpress

XtraReport.ControlType Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xtrareport-eb1c8e9c.md

latest1.2 KB
Original Source

XtraReport.ControlType Property

Gets the assembly-qualified name of the report.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public override string ControlType { get; }
vb
Public Overrides ReadOnly Property ControlType As String

Property Value

TypeDescription
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

XtraReport Class

XtraReport Members

DevExpress.XtraReports.UI Namespace