Exports the scheduler's data to a stream in the specified format.
Namespace:
C1.C1ScheduleAssembly: C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)
Syntax
C# |
---|
public void Export( Stream stream, FileFormatEnum format ) |
Visual Basic |
---|
Public Sub Export ( _ stream As Stream, _ format As FileFormatEnum _ ) |
Parameters
- stream
- Type: System.IO..::..Stream
A Stream object which specifies the stream into which the scheduler's data will be exported.
- format
- Type: C1.C1Schedule..::..FileFormatEnum
The FileFormatEnum value.