Name |
Description |
AnnotationField |
Displaying current cell's data as an annotation. |
BarcodeField |
Displaying current cell's data as a Barcode |
ByteArrayImageField |
Displaying current cell's data as an Image. It's useful for displaying image records/blobs of a database. |
CheckmarkField |
This item template is useful for displaying Boolean data (true/false) as checkMarks |
HyperlinkField |
Displaying current cell's data as a hyperlink |
ImageFilePathField |
Displaying current cell's data as an Image. It's assumed that this data point to the physical image's path on the disk. |
InlineField |
Defines how to display the current cell's data |
MonthCalendarField |
Displaying current cell's data as a calendar. Calendar's cell data type should be PdfRpt.Calendar.CalendarData. Use DaysInfoToCalendarData.MapToCalendarDataList to map list of the DayInfo's to the list of CalendarData's. |
PdfTemplateField |
Using an AcroForm or a simple pdf template file as the Cells template. |
ProgressBarField |
Displaying current cell's data as text plus a ProgressBar |
SymbolField |
Displaying the current cell's data as a Zapf Dingbats symbol. |
TextBlockField |
Displaying current cell's data as text |
WingdingsSymbolField |
Displaying the current cell's data as a Wingdings symbol. |
XHtmlField |
Using iTextSharp's HTML to PDF capabilities. This class uses the XmlWorker class of iTextSharp. |