EK RTF report components for .Net
PreviousUpNext
EkBaseReport Methods

The methods of the EkBaseReport class are listed here.

 
Name 
Description 
 
Deletes all report variables. 
 
Creates temporary zero length file in windows temp directory and returns it's name. 
 
These methods create report variable using the Value of certain type and variable Name. 
 
Checks if input char is a digit. Result is true, if tested char within 0..9. 
 
Frees memory previously associated with SetTemplateBuffer method. 
 
Deletes report variable identified by Name. 
 
Checks if input char is a letter. Result is true, if tested char within a..z A..Z. 
 
Sets a dynamic array where program will search RTF template for report processing. This method may be used instead of input file (property InFile). For example, you may load... more 
 
This function opens file specified in FileName using associated windows application.
If the function succeeds, the return value is the identifier of process that was run. If the function fails,... more 
 
Returns report variable specified in VarName string as EkReportVariable object.
Pascal example:  
 
Returns number of component version as integer value. For example, version 4.00 will return number 400 and so on ... 
 
Examines input string for zero value. ZeroOut scans the string for digits. If not zero digit found, the result set to false. If all digits in scanned sequence are zero,... more 
Copyright (c) 2007. All rights reserved.