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

Settings.StorageOptions Property

Provides access to the settings specifying the saving format for report files in an End-User Report Designer for WinForms.

Namespace: DevExpress.XtraReports.Configuration

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

public StorageOptions StorageOptions { get; }

Property Value

Type Description
StorageOptions

A StorageOptions object.

Property Paths

You can access this nested property as listed below:

Object Type Path to StorageOptions
Settings
.Default .StorageOptions
See Also