Skip to main content

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

NuGet Package: DevExpress.Reporting.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