IDriverWriteSession.SetPage(Guid, Byte[]) Method
Specifies the data extract page for the current IDriverWriteSession.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.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