This property allows you to change the value being exported without affecting the on-screen grid or the data source.
This property is deprecated with no replacement.
The
This event is fired before all other events when the
The
The
The
The
The
This event is fired for every grid row which is being exported, and before
The
This event is fired after the exporting process is finished and is fired after all other events.
This event is fired before a set of headers is exported to the report. The header includes the band header (if any), the group headers (if groups and levels are used), and the column headers. Use the Cancel argument to cancel the exporting of the entire set of headers.
Using these event arguments, it is possible to override the exporting of a header and provide custom exported data. Typically, this would be done by setting Cancel to True, and adding conent to the appropriate header container. If IsFixedHeader is True, content should be added to the FixedHeaderContainer, otherwise, content should be added to the HeaderContainer.
The
This event is fired before each row is exported. This includes the row, it's cells, it's RowPreviewArea, and may also include column header if using RowLayout mode with column headers that are displayed with the cells. Use the Cancel argument to cancel the default exporting of this row.
This event fires only for normal data rows or GroupBy rows. It does not fire for header or summary rows. For header rows, use
Using these event arguments, it is possible to override the exporting of a row and provide a custom export. Typically, this would be done by setting Cancel to True, adding a row to the reportTable, and then populating that row with the desired contents.
This event is fired before a summary row is exported to a report. A summary row includes the SummaryFooterCaption and all summary values. Use the Cancel argument to cancel row exporting.
Using these event arguments, it is possible to override the exporting of a summary row and provide a custom export. Typically, this would be done by setting Cancel to True, adding a row to the reportTable, and then populating that row with the desired contents.
This event is fired after a set of headers is exported to the report. The header includes the band header (if any), the group headers (if groups and levels are used), and the column headers.
The
This event is fired after each row is exported. This includes the row, it's cells, it's RowPreviewArea, and may also include column header if using RowLayout mode with column headers that are displayed with the cells.
This event fires only for normal data rows or GroupBy rows. It does not fire for header or summary rows. For header rows, use
This event is fired after a summary row is exported to a report. A summary row includes the SummaryFooterCaption and all summary values.
This event fires for data cells only. It will not fire for header or summary cells. For header cells, use
Use the Cancel argument to cancel the exporting of a cell.
Using these event arguments, it is possible to override the exporting of a cell and provide a custom export. Typically, this would be done by setting Cancel to True, and then adding content to the ReportCell.
ColumnHeaderContainer returns an
GroupHeaderContainer returns an
BandHeaderContainer returns an ITableCell which will contain the band header being exported. If HeaderType is not a band header, this will be null.
Use the
Using these event arguments, it is possible to override the exporting of a header cell and provide a custom export. Typically, this would be done by setting Cancel to True, and then adding content to the ColumnHeaderContainer, GroupHeaderContainer, or BandHeaderContainer (depending on the HeaderType).
Use the
Using these event arguments, it is possible to override the exporting of a summary cell and provide a custom export. Typically, this would be done by setting Cancel to True, and then adding content to the ReportCell.
This event fires for data cells only. It will not fire for header or summary cells. For header cells, use
ColumnHeaderContainer returns an
GroupHeaderContainer returns an
BandHeaderContainer returns an ITableCell which contains the band header being exported. If HeaderType is not a band header, this will be null.
For Internal use only.
This class handles various design-time maintanence tasks such as providing SmartTags.
BuildFormattedText is a method used to parse the string representation of an UltraFormattedTextEditor or UltraFormattedLinkLabel such that it can be added to an element of a report. Not all aspects of these controls are supported by the AddRichContent method, so any such attributes are ignored.
Note:The list of unsupported attributes or properties includes the following list:
In addition to the above list, the following are not possible without providing an element into which multiple
BuildFormattedText is a method used to parse the string representation of a UltraFormattedTextEditor or UltraFormattedLinkLabel such that it can be added to an element of a report. Not all aspects of these controls are supported by the AddRichContent method, so any such attributes are ignored.
Note:The list of unsupported attributes or properties includes the following list:
This is typically used for printer calcuations where there are 72 points per inch.
This is typically used for printer calcuations where there are 72 points per inch.