'Declaration Public Overloads Function ExportToXps( _ ByVal stream As Stream, _ ByVal pageSize As Size _ ) As Boolean
'Usage Dim instance As DataGridControl Dim stream As Stream Dim pageSize As Size Dim value As Boolean value = instance.ExportToXps(stream, pageSize)
Parameters
- stream
- The Stream to which the grid will be exported as an XPS document.
- pageSize
- A Size structure that indicates the size of the pages, including the printer margins.