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

SnapControl.SnxBytes Property

Specifies the report content as an array of bytes in .snx format.

Namespace: DevExpress.Snap

Assembly: DevExpress.Snap.v19.1.dll

Declaration

[Bindable(true)]
[Browsable(false)]
public byte[] SnxBytes { get; set; }

Property Value

Type Description
Byte[]

An array of Byte values, containing data in .snx format.

Remarks

Use the SnxBytes property to retrieve or set the report content.

See Also