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

ReportDesignerDocumentSaveFailedEventArgs.Storage Property

Gets the storage that raised the event.

Namespace: DevExpress.Xpf.Reports.UserDesigner

Assembly: DevExpress.Xpf.ReportDesigner.v19.1.dll

Declaration

public object Storage { get; }

Property Value

Type Description
Object

The storage that raised the event.

See Also