The following tables list the members exposed by UltraGridDocumentExporter.
Name | Description | |
---|---|---|
UltraGridDocumentExporter Constructor | Overloaded. |
Name | Description | |
---|---|---|
ReportRelevantPropFlags | Relevant appearance properties used in reports. All other properties are ignored in exporting process. |
Name | Description | |
---|---|---|
AutoSize | Gets / sets whether columns and rows will be automatically sized to fit their contents before exporting. | |
Container | (Inherited from System.ComponentModel.Component) | |
FileBuffer | A filename where data can be cached during a Publish operation. | |
ImageCompressorType | Determines which type of compressor to use for images. | |
ImageTransparentMapColor | Determines the color in the exported documented that will be used as the Transparent color. | |
Margins | Gets or returns the page margins of the pages within the section of the report in which the grid is exported. | |
Site | (Inherited from System.ComponentModel.Component) | |
TargetPaperOrientation | Gets/sets the target paper orientation. | |
TargetPaperSize | The target paper size in points (a point is 1/72th of an inch). | |
UseFileBuffer | Gets or returns whether a FileBuffer will be used during a Publish operation. | |
UsePixelTransparencyForImages | When set to true, exporting will honor the transparent or semi-transparent pixels in exported images, such as the images in a grid cell. |
Name | Description | |
---|---|---|
CanRaiseEvents | (Inherited from System.ComponentModel.Component) | |
DesignMode | (Inherited from System.ComponentModel.Component) | |
Events | (Inherited from Infragistics.Win.UltraComponentBase) |
Name | Description | |
---|---|---|
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) | |
Dispose | Overloaded. Overridden. Releases the unmanaged resources used by the System.ComponentModel.Component and optionally releases the managed resources. | |
Export | Overloaded. Exports the specified grid to the specified file. | |
ExportAsync | Overloaded. Exports the specified grid to the specified file asynchronously. | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
ResetImageTransparentMapColor | Resets the property back to its default value. | |
ResetMargins | Resets the property back to its default value. | |
ResetTargetPaperSize | Resets the property back to its default value. | |
ResetUsePixelTransparencyForImages | Resets the property back to its default value. | |
ToString | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
Finalize | (Inherited from System.ComponentModel.Component) | |
GetService | (Inherited from System.ComponentModel.Component) | |
MemberwiseClone | Overloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject) | |
NotifyPropChange | Overloaded. (Inherited from Infragistics.Win.UltraComponentBase) | |
OnAsynchronousExportError | Used to invoke the AsynchronousExportError event. | |
OnBeginExport | Called before grid export starts. | |
OnCellExported | Called after a grid cell is exported to a report. | |
OnCellExporting | Called before a grid cell is exported to a report. | |
OnEndExport | Called after grid export is finished. | |
OnExportEnded | Used to invoke the ExportEnded event. | |
OnExportEnding | Used to invoke the ExportEnding event. | |
OnExportStarted | Used to invoke the ExportStarted event. | |
OnHeaderCellExported | Called after a header cell is exported to a report. | |
OnHeaderCellExporting | Called before a header cell is exported to a report. | |
OnHeaderRowExported | Called after a header row is exported to a report. | |
OnHeaderRowExporting | Called before a header row is exported to a report. | |
OnInitializeRow | Called when a row is initialized. | |
OnPropertyChanged | (Inherited from Infragistics.Win.UltraComponentBase) | |
OnRowExported | Called after a grid row is exported to a report. | |
OnRowExporting | Called before a grid row is exported to a report. | |
OnSummaryCellExported | Called after summary cell is exported to a report. | |
OnSummaryCellExporting | Called before a summary cell is exported to a report. | |
OnSummaryRowExported | Called after a summary row is exported to a report. | |
OnSummaryRowExporting | Called before a summary row is exported to a report. | |
ShouldSerializeImageTransparentMapColor | Returns True if the value is not the default. | |
ShouldSerializeMargins | Returns True if the value is not the default. | |
ShouldSerializeTargetPaperSize | Returns True if the value is not the default. | |
ShouldSerializeUsePixelTransparencyForImages | Returns True if the value is not the default. |
Name | Description | |
---|---|---|
AsynchronousExportError | Occurs if there is an exception caught during an asyncrhonous export operation. | |
BeginExport | Occurs before the export begins. | |
CellExported | Occurs after a grid cell is exported to a report. | |
CellExporting | Occurs before a grid cell is exported to a report. | |
Disposed | (Inherited from System.ComponentModel.Component) | |
EndExport | Occurs after grid export is finished. | |
ExportEnded | Occurs after grid export is finished. | |
ExportEnding | Occurs before the export process has ended, but before the document is finalized. | |
ExportStarted | Occurs before the export begins. | |
HeaderCellExported | Occurs after a header cell is exported to a report. | |
HeaderCellExporting | Occurs before a header cell is exported to a report. | |
HeaderRowExported | Occurs after a header row is exported to a report. | |
HeaderRowExporting | Occurs before a header row is exported to a report. | |
InitializeRow | Occurs when a row is initialized. | |
PropertyChanged | (Inherited from Infragistics.Win.UltraComponentBase) | |
RowExported | Occurs after a grid row is exported to a report. | |
RowExporting | Occurs before a grid row is exported to a report. | |
SummaryCellExported | Occurs after a summary cell is exported to a report. | |
SummaryCellExporting | Occurs before a summary cell is exported to a report. | |
SummaryRowExported | Occurs after a summary row is exported to a report. | |
SummaryRowExporting | Occurs before summary row is exported to a report. |