Skip to main content
.NET 6.0+

ReportsModuleV2.GetEmptyDisplayNameErrorMessage() Method

Returns the error message text to be displayed when the report display name is empty.

Namespace: DevExpress.ExpressApp.ReportsV2

Assembly: DevExpress.ExpressApp.ReportsV2.v23.2.dll

Declaration

public static string GetEmptyDisplayNameErrorMessage()

Returns

Type Description
String

A string which containes the error message text to be displayed when the report display name is empty.

See Also