ActiveReports Developer 7
XlsExport Class Members
Properties  Methods  Events

The following tables list the members exposed by XlsExport.

Public Constructors
 NameDescription
Public ConstructorXlsExport ConstructorInitializes a new instance of the XlsExport class.  
Top
Public Properties
 NameDescription
Public PropertyAutoRowHeightSets or returns a value indicating whether Excel should set the height of the row based on the contents of that row.  
Public PropertyContainer (Inherited from System.ComponentModel.Component)
Public PropertyDisplayGridLinesSets or returns a value indicating whether grid lines in a workbook are displayed.  
Public PropertyFileFormatSets or returns a value indicating which file format version the exported file should support.  
Public PropertyMinColumnWidth

Sets or returns a value in inches indicating how small columns can be in the Excel document. Larger values reduce number of columns in a sheet.

 
Public PropertyMinRowHeight

Sets or returns a value in inches indicating the minimum height rows can be in the Excel document. Larger values force the export to place more controls on a single line by reducing the number of rows added to match blank space.

 
Public PropertyMultiSheetSets or returns a value indicating whether each page is to be exported to its own sheet. True indicates that each page in the ActiveReports document will be exported to a separate sheet.  
Public PropertyOpenXmlStandardGets or sets the level of Open XML document conformance on exporting with Xlsx file format.  
Public PropertyPageSettingsReturns a XlsPageSettings object for initializing Excel file print setting.  
Public PropertyPaginationGets or sets the value indicates should pagination be used for resulted xls document or not  
Public PropertyRemoveVerticalSpaceSets or returns a value that indicates whether completely empty vertical spacing will be removed from the output.  
Public PropertySecurityReturns a XlsSecurity object for initializing document security.  
Public PropertySite (Inherited from System.ComponentModel.Component)
Public PropertyUseCellMergingSets or returns a value indicating whether cells should be merged together where applicable.  
Public PropertyUseDefaultPaletteSets or returns whether export document with Excel default palette.  
Top
Public Methods
 NameDescription
Public MethodCreateObjRef (Inherited from System.MarshalByRefObject)
Public MethodDispose (Inherited from System.ComponentModel.Component)
Public MethodExportOverloaded. Exports the specified document to Excel format.  
Public MethodGetLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodInitializeLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodToString (Inherited from System.ComponentModel.Component)
Top
Public Events
 NameDescription
Public EventDisposed (Inherited from System.ComponentModel.Component)
Top
See Also

Reference

XlsExport Class
GrapeCity.ActiveReports.Export.Excel.Section Namespace