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

IDocumentDataStorageProvider.BinaryStorageChunkSize Property

Specifies the size of a single chunk of binary data to be stored in an XPO data storage.

Namespace: DevExpress.XtraReports.Service.Extensions

Assembly: DevExpress.XtraReports.v19.1.Service.dll

NuGet Package: DevExpress.Reporting.WCF

Declaration

int BinaryStorageChunkSize { get; }

Property Value

Type Description
Int32

A System.Int32 value specifying the size of a data chunk.

See Also