Version

UltraGridDocumentExporter Class Members

The following tables list the members exposed by UltraGridDocumentExporter.

Public Constructors
 NameDescription
Public ConstructorUltraGridDocumentExporter ConstructorOverloaded.   
Public Fields
 NameDescription
Public FieldReportRelevantPropFlagsRelevant appearance properties used in reports. All other properties are ignored in exporting process.  
Public Properties
 NameDescription
Public PropertyAutoSizeGets / sets whether columns and rows will be automatically sized to fit their contents before exporting.  
Public PropertyContainer (Inherited from System.ComponentModel.Component)
Public PropertyFileBufferA filename where data can be cached during a Publish operation.  
Public PropertyImageCompressorTypeDetermines which type of compressor to use for images.  
Public PropertyImageTransparentMapColorDetermines the color in the exported documented that will be used as the Transparent color.  
Public PropertyMarginsGets or returns the page margins of the pages within the section of the report in which the grid is exported.  
Public PropertySite (Inherited from System.ComponentModel.Component)
Public PropertyTargetPaperOrientationGets/sets the target paper orientation.  
Public PropertyTargetPaperSizeThe target paper size in points (a point is 1/72th of an inch).  
Public PropertyUseFileBufferGets or returns whether a FileBuffer will be used during a Publish operation.  
Public PropertyUsePixelTransparencyForImagesWhen set to true, exporting will honor the transparent or semi-transparent pixels in exported images, such as the images in a grid cell.  
Protected Properties
 NameDescription
Protected PropertyCanRaiseEvents (Inherited from System.ComponentModel.Component)
Protected PropertyDesignMode (Inherited from System.ComponentModel.Component)
Protected PropertyEvents (Inherited from Infragistics.Win.UltraComponentBase)
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. Exports the specified grid to the specified file.  
Public MethodExportAsyncOverloaded. Exports the specified grid to the specified file asynchronously.  
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 MethodResetImageTransparentMapColorResets the property back to its default value.  
Public MethodResetMarginsResets the property back to its default value.  
Public MethodResetTargetPaperSizeResets the property back to its default value.  
Public MethodResetUsePixelTransparencyForImagesResets the property back to its default value.  
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 MethodOnAsynchronousExportErrorUsed to invoke the AsynchronousExportError event.  
Protected MethodOnBeginExportCalled before grid export starts.  
Protected MethodOnCellExportedCalled after a grid cell is exported to a report.  
Protected MethodOnCellExportingCalled before a grid cell is exported to a report.  
Protected MethodOnEndExportCalled after grid export is finished.  
Protected MethodOnExportEndedUsed to invoke the ExportEnded event.  
Protected MethodOnExportEndingUsed to invoke the ExportEnding event.  
Protected MethodOnExportStartedUsed to invoke the ExportStarted event.  
Protected MethodOnHeaderCellExportedCalled after a header cell is exported to a report.  
Protected MethodOnHeaderCellExportingCalled before a header cell is exported to a report.  
Protected MethodOnHeaderRowExportedCalled after a header row 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 MethodOnRowExportedCalled after a grid row is exported to a report.  
Protected MethodOnRowExportingCalled before a grid row is exported to a report.  
Protected MethodOnSummaryCellExportedCalled after summary cell is exported to a report.  
Protected MethodOnSummaryCellExportingCalled before a summary cell is exported to a report.  
Protected MethodOnSummaryRowExportedCalled after a summary row is exported to a report.  
Protected MethodOnSummaryRowExportingCalled before a summary row is exported to a report.  
Protected MethodShouldSerializeImageTransparentMapColorReturns True if the value is not the default.  
Protected MethodShouldSerializeMarginsReturns True if the value is not the default.  
Protected MethodShouldSerializeTargetPaperSizeReturns True if the value is not the default.  
Protected MethodShouldSerializeUsePixelTransparencyForImagesReturns True if the value is not the default.  
Public Events
 NameDescription
Public EventAsynchronousExportErrorOccurs if there is an exception caught during an asyncrhonous export operation.  
Public EventBeginExportOccurs before the export begins.  
Public EventCellExportedOccurs after a grid cell is exported to a report.  
Public EventCellExportingOccurs before a grid cell is exported to a report.  
Public EventDisposed (Inherited from System.ComponentModel.Component)
Public EventEndExportOccurs after grid export is finished.  
Public EventExportEndedOccurs after grid export is finished.  
Public EventExportEndingOccurs before the export process has ended, but before the document is finalized.  
Public EventExportStartedOccurs before the export begins.  
Public EventHeaderCellExportedOccurs after a header cell is exported to a report.  
Public EventHeaderCellExportingOccurs before a header cell is exported to a report.  
Public EventHeaderRowExportedOccurs after a header row 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 EventRowExportedOccurs after a grid row is exported to a report.  
Public EventRowExportingOccurs before a grid row is exported to a report.  
Public EventSummaryCellExportedOccurs after a summary cell is exported to a report.  
Public EventSummaryCellExportingOccurs before a summary cell is exported to a report.  
Public EventSummaryRowExportedOccurs after a summary row is exported to a report.  
Public EventSummaryRowExportingOccurs before summary row is exported to a report.  
See Also