EK RTF report components for .Net
PreviousUpNext
Creating report template

You may create a pattern of report by any available editor facilities, using font formatting, justification, color, tables and other ways of formatting. 

 

For details read group topics below.

Name 
Description 
In a report template all controlling words, variables and data fields must be comprised between symbols "\" (back slash), for instance: \date\ or \Query1:CustNo\

Reference to a field name may... more 
Different arithmetical and logical expressions may be used in report template.
Arithmetical operations:
>, <, =, <=, >=, <>, != (not equal), +, -, *, /, % (mod)

Logical operations:... more 
Different format functions may be used in a report, depending on data type:

Numbers - fexp, ffix, fnum, ffixr, fnumr, fcur format.

Date and time - fdtm format.

Graphics -... more 
Format of IF-ENDIF construction is:

\If(<boolean value>)\
.............................................
\elsif(<boolean value>)\
.............................................
\elsif(<boolean value>)\
.............................................
\else\
.............................................
\endif\


\elsif\ and \else\ are optional.
<boolean value> may be a variable, data field... more 
All records of a data table, attached to the ReportData collection, may be inserted in a document as a table rows or in any free form. For this use keywords... more 
Optional functions may be used with commands "scan", "scanentry", "scanfooter", "endscan".

These functions are SUM, CTN, CTS. You may use these functions to sum or count values... more 
User Defined Function, or UDF is an extension to a report language. For example, if it is necessary to obtain some value, and EkRtf component does not support that... more 
This is an example of a report similar to Northwind database Invoice report. The report uses demo Northwind MS Access database. This is a report template, created in RTF editor:... more 
Copyright (c) 2007. All rights reserved.