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

ReportDesignerBase.SplashScreenServiceTemplate Property

Specifies a data template which provides a service to display a splash screen in the Report Designer. This is a dependency property.

Namespace: DevExpress.Xpf.Reports.UserDesigner

Assembly: DevExpress.Xpf.ReportDesigner.v18.2.dll

Declaration

public DataTemplate SplashScreenServiceTemplate { get; set; }

Property Value

Type Description
DataTemplate

A DataTemplate object.

Remarks

The template provided by the SplashScreenServiceTemplate property must contain an object that is a descendant of the ServiceBase class and implements the ISplashScreenService interface. By default, this template contains the DXSplashScreenService.

For more information, see the DXSplashScreenService document.

See Also