|
EK RTF report components for .Net
|
EkRtfFunc namespace contains classes which realize user defined functions features.
|
|
Name |
Description |
|
EkUDF is used in conjunction with EkUDFCollection object. It contains the definition of user function in RTF report template. | |
|
EkUDFCollection is class derived from CollectionBase. It holds the collection of EkUDF objects. | |
|
EkUDFEventArgs describes arguments for OnCalculate EkUDF event. | |
| ||
|
|
This is an example of user defined function named DrawMemoryBitmap with ResultType udfrImage. This function has no any arguments, it just gets an Image created in memory and returns... more |
|
Name |
Description |
|
EkUDFArgs = array of System.Object; | |
|
EkUDFOnCalculate = procedure (Sender:System.Object; e: EkUDFEventArgs); | |
|
EkUDFResult = System.Object; |
|
Copyright (c) 2007. All rights reserved.
|