Back to Devexpress

IReportStorage.CanCreateNew() Method

wpf-devexpress-dot-xpf-dot-reports-dot-userdesigner-dot-ireportstorage-a3e8d2e3.md

latest1.1 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Reporting

Declaration

csharp
bool CanCreateNew()
vb
Function CanCreateNew As Boolean

Returns

TypeDescription
Boolean

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

|

See Also

IReportStorage Interface

IReportStorage Members

DevExpress.Xpf.Reports.UserDesigner Namespace