PFExcelDataExporter_SourcePFExcelDataExporter_FieldRenderer Delegate |
Delegate used to override rendering of field values.
Namespace:
Packflow.Interface.Office
Assembly:
MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax public delegate string PFExcelDataExporter_FieldRenderer(
PFItem currentItem,
PFField field
)
Parameters
- currentItem
- Type: Packflow.CorePFItem
The current data source item. - field
- Type: Packflow.CorePFField
The field to display data for.
Return Value
Type:
StringSee Also