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

IReportStorage.CanCreateNew() Method

Indicates whether it is possible to create a new tab with a blank report in the designer.

Namespace: DevExpress.Xpf.Reports.UserDesigner

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

bool CanCreateNew()

Returns

Type Description
Boolean

true if a new tab can be created; otherwise false.

See Also