Scheduler for WPF | ComponentOne
C1.C1Schedule Namespace / C1ScheduleStorage Class / Export Method / Export(Stream,FileFormatEnum) Method
A System.IO.Stream object which specifies the stream into which the scheduler's data will be exported.
The FileFormatEnum value.

In This Topic
    Export(Stream,FileFormatEnum) Method
    In This Topic
    Exports the scheduler's data to a stream in the specified format.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Export( _
       ByVal stream As Stream, _
       ByVal format As FileFormatEnum _
    ) 
    public void Export( 
       Stream stream,
       FileFormatEnum format
    )

    Parameters

    stream
    A System.IO.Stream object which specifies the stream into which the scheduler's data will be exported.
    format
    The FileFormatEnum value.
    See Also