Exports the data to.
Namespace: Ico.AnyGlass.AlarmWorX.ViewModelAssembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public void ExportData(
Stream stream,
string format,
CultureInfo culture,
string dateTimeFormat
) |
Visual Basic |
---|
Public Sub ExportData ( _
stream As Stream, _
format As String, _
culture As CultureInfo, _
dateTimeFormat As String _
) |
JScript |
---|
public function ExportData(
stream : Stream,
format : String,
culture : CultureInfo,
dateTimeFormat : String
) |
Parameters
- stream
- Type: System.IO..::..Stream
The stream.
- format
- Type: System..::..String
The format.
- culture
- Type: System.Globalization..::..CultureInfo
optional culture for formatting.
- dateTimeFormat
- Type: System..::..String
optional dateTimeFormat for formatting.
See Also