'Declaration
Public Function ExportDataToStream( _ ByVal options As ExportOptions, _ ByVal targetStream As Stream _ ) As Boolean
public bool ExportDataToStream( ExportOptions options, Stream targetStream )
Parameters
- options
- targetStream
'Declaration
Public Function ExportDataToStream( _ ByVal options As ExportOptions, _ ByVal targetStream As Stream _ ) As Boolean
public bool ExportDataToStream( ExportOptions options, Stream targetStream )