Version

UltraGridWordWriter Class Members

The following tables list the members exposed by UltraGridWordWriter.

Public Constructors
 NameDescription
Public ConstructorUltraGridWordWriter ConstructorOverloaded.   
Public Fields
 NameDescription
Public FieldReportRelevantPropFlagsRelevant appearance properties used in reports. All other properties are ignored in exporting process.  
Public Properties
 NameDescription
Public PropertyAutoSizeReturns or sets whether columns will be automatically sized to fit their contents before exporting.  
Public PropertyCheckBoxExportStyleReturns or sets the style with which check box cells in the grid are exported to Excel.  
Public PropertyContainer (Inherited from System.ComponentModel.Component)
Public PropertySite (Inherited from System.ComponentModel.Component)
Public PropertyWordTableSettingsReturns or sets properties that affect the Word Table into which the grid will be exported.  
Protected Properties
 NameDescription
Protected PropertyCanRaiseEvents (Inherited from System.ComponentModel.Component)
Protected PropertyDesignMode (Inherited from System.ComponentModel.Component)
Protected PropertyEvents (Inherited from Infragistics.Win.UltraComponentBase)
Protected PropertySubObjectPropChangeHandlerReturns the event handler that notifies OnSubObjectPropChanged  
Public Methods
 NameDescription
Public MethodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodDisposeOverloaded. Overridden. Releases the unmanaged resources used by the System.ComponentModel.Component and optionally releases the managed resources.  
Public MethodExportOverloaded. Creates a new Word document with the specified file name and exports the specified UltraWinGrid into it.  
Public MethodExportAsyncOverloaded. Creates a new Word document with the specified file name and exports the specified UltraWinGrid into it.  
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodToString (Inherited from System.ComponentModel.Component)
Protected Methods
 NameDescription
Protected MethodFinalize (Inherited from System.ComponentModel.Component)
Protected MethodGetService (Inherited from System.ComponentModel.Component)
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodNotifyPropChangeOverloaded.  (Inherited from Infragistics.Win.UltraComponentBase)
Protected MethodOnCellExportingCalled before a grid cell is exported to a report.  
Protected MethodOnExportEndedUsed to invoke the ExportEnded event.  
Protected MethodOnExportEndingUsed to invoke the ExportEnding event.  
Protected MethodOnExportStartedUsed to invoke the ExportStarted event.  
Protected MethodOnHeaderCellExportingCalled before a header cell is exported to a report.  
Protected MethodOnHeaderRowExportingCalled before a header row is exported to a report.  
Protected MethodOnInitializeRowCalled when a row is initialized.  
Protected MethodOnPropertyChanged (Inherited from Infragistics.Win.UltraComponentBase)
Protected MethodOnRowExportingCalled before a grid row is exported to a report.  
Protected MethodOnSummaryCellExportingCalled before a summary cell is exported to a report.  
Protected MethodOnSummaryRowExportingCalled before a summary row is exported to a report.  
Public Events
 NameDescription
Public EventCellExportingOccurs before a grid cell is exported to a report.  
Public EventDisposed (Inherited from System.ComponentModel.Component)
Public EventExportEndedOccurs after the export process has completed.  
Public EventExportEndingOccurs before the export process has ended, but before the Word document is finalized.  
Public EventExportStartedOccurs before the export begins.  
Public EventHeaderCellExportingOccurs before a header cell is exported to a report.  
Public EventHeaderRowExportingOccurs before a header row is exported to a report.  
Public EventInitializeRowOccurs when a row is initialized.  
Public EventPropertyChanged (Inherited from Infragistics.Win.UltraComponentBase)
Public EventRowExportingOccurs before a grid row is exported to a report.  
Public EventSummaryCellExportingOccurs before a summary cell is exported to a report.  
Public EventSummaryRowExportingOccurs before summary row is exported to a report.  
See Also