InterfaceISchedulerExporter
Interface
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
cs-api-definition
public interface ISchedulerExporter
Methods
Export(ISchedulerData)
Exports the specified data.
Declaration
cs-api-definition
string Export(ISchedulerData data)
Parameters
data
The data.
Returns
Export(ISchedulerData, Stream)
Exports the specified data.
Declaration
cs-api-definition
void Export(ISchedulerData data, Stream stream)
Parameters
data
The data.
stream
The stream.