EventsCalendar for ASP.NET Web Forms
Export(Stream) Method

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1EventsCalendar Namespace > C1EventsCalendarXmlExchanger Class > Export Method : Export(Stream) Method
A System.IO.Stream object which specifies the stream into which the scheduler's data will be exported.
Exports the scheduler's data to a stream.
Syntax
'Declaration
 
Public Overloads Sub Export( _
   ByVal stream As System.IO.Stream _
) 
public void Export( 
   System.IO.Stream stream
)

Parameters

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

Reference

C1EventsCalendarXmlExchanger Class
C1EventsCalendarXmlExchanger Members
Overload List