Interface IEJExport
Assembly: Syncfusion.EJ.Export.dll
Syntax
public interface IEJExport
Properties
DataSource
Declaration
IEnumerable DataSource { get; set; }
Property Value
Type |
Description |
System.Collections.IEnumerable |
|
Document
Declaration
object Document { get; set; }
Property Value
Type |
Description |
System.Object |
|
DocumentOption
Declaration
DocumentOption DocumentOption { get; set; }
Property Value
FileName
Declaration
string FileName { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
SaveLocal(String)
Declaration
void SaveLocal(string filepath)
Parameters
Type |
Name |
Description |
System.String |
filepath |
|