Skip to main content

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

NuGet Packages: DevExpress.Reporting.WCF, DevExpress.Win.Dashboard

Declaration

int BinaryStorageChunkSize { get; }

Property Value

Type Description
Int32

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

See Also