Saves the pivot grid layout to the specified stream.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v19.2.dll
public void SaveLayoutToStream(
Stream stream
)
Public Sub SaveLayoutToStream(
stream As Stream
)
Name | Type | Description |
---|---|---|
stream | Stream | A Stream descendant to which the pivot grid layout is written. |
Use the SaveLayoutToStream method to write the pivot grid layout to a stream. The layout can then be read using the ASPxPivotGrid.LoadLayoutFromStream method.
The ASPxPivotGrid.OptionsLayout property controls which settings should be saved to the stream.
The expansion states of field values are not saved by the SaveLayoutToStream method.