IDriverWriteSession.SetPage(Guid, Byte[]) Method
Specifies the data extract page for the current IDriverWriteSession.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v25.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| pageID | Guid | A Guid value that specifies the page identifier. |
| data | Byte[] | An array of Byte values that specify the page to be written. |
See Also