EK RTF report components for .Net
PreviousUpNext
EkRtfFunc Namespace

EkRtfFunc namespace contains classes which realize user defined functions features.

Name 
Description 
The following table lists classes in this documentation. 
The following table lists types in this documentation. 
 
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. 
 
EkUDFList is used in conjunction with EkRtf to centralize the response of user defined functions in the RTF report template. UDF list component contains the Functions property, which is collection... more 
 
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.