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

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1EventsCalendar Namespace > C1EventsCalendarStorage Class > Export Method : Export(Stream,FileFormatEnum) Method
A System.IO.Stream object which specifies the stream into which the events calendar's data will be exported.
The FileFormatEnum value.
Exports the events calendar's data to a stream in the specified format.
Syntax
'Declaration
 
Public Overloads Sub Export( _
   ByVal stream As System.IO.Stream, _
   ByVal format As FileFormatEnum _
) 
public void Export( 
   System.IO.Stream stream,
   FileFormatEnum format
)

Parameters

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

Reference

C1EventsCalendarStorage Class
C1EventsCalendarStorage Members
Overload List