PrintHelper.ExportToCsv(IBasePrintable, Stream) Method
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v26.1.dll
Declaration
Parameters
| Name | Type |
|---|---|
| source | IBasePrintable |
| stream | Stream |
See Also
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v26.1.dll
public static void ExportToCsv(
IBasePrintable source,
Stream stream
)
Public Shared Sub ExportToCsv(
source As IBasePrintable,
stream As Stream
)
| Name | Type |
|---|---|
| source | IBasePrintable |
| stream | Stream |