Interface IEJExport
Namespace: Syncfusion.EJ2.GridExport
Assembly: Syncfusion.EJ2.GridExport.dll
Syntax
public interface IEJExport
  Properties
DataSource
Declaration
IEnumerable DataSource { get; set; }
  Property Value
| Type | 
|---|
| System.Collections.IEnumerable | 
Document
Declaration
object Document { get; set; }
  Property Value
| Type | 
|---|
| System.Object | 
FileName
Declaration
string FileName { get; set; }
  Property Value
| Type | 
|---|
| System.String |