EK RTF report components for .Net
PreviousUpNext
EkRtfBase Namespace

EkRtfBase namespace contains basic classes and types for manipulating with report variables, input, output report files and user defined functions.

Name 
Description 
The following table lists classes in this documentation. 
The following table lists functions in this documentation. 
The following table lists types in this documentation. 
 
Name 
Description 
 
EkBaseReport is the base class for EK RTF report components. It provides basic properties and methods for manipulating with report variables, input, output files and user defined functions. 
 
EkBaseRTFReport is the base class for components, which use RTF file as a report template. 
 
EkColor is used to specify the color values. Use it's properties to operate with color value and as its red, green, blue parts separately. 
 
Object of this class represents a data field used in report template. It may be useful in user defined functions event handlers. 
 
EkImageFormat is used to set scale and border properties for graphic images in report. 
 
EkReportDataCollection is a class derived from CollectionBase. This class is used to store data attached to the report template. 
 
EkReportDataItem represents data elements in ReportData collection. It is not necessary to work directly with instances of this class. This class is used internally by EK RTF components. 
 
EkReportVariable is used to manipulate with report variables as with integer, float, date, string or boolean values. 
 
Object of this type represents a HashTable of report variables. To manipulate with variables you may use methods VarByName and CreateVar of EkRtf component. 
 
Name 
Description 
 
CopyStream copies Count bytes from the stream specified by Source into the Destination stream. It then moves the current position by Count bytes, and returns the number of bytes copied.... more 
 
Converts DateTime value to string formatted as '{yyyy-mm-dd,hour:min:sec:msec}' 
 
Converts Date to string formatted as '{yyyy-mm-dd}' 
 
Converts string formatted as '{yyyy-mm-dd}' to date. 
 
Converts string formatted as '{yyyy-mm-dd,hour:min:sec:msec}' to DateTime value. 
Name 
Description 
EkArrayDataRow is Array of DataRow. 
EkArrayDataRowView is Array of DataRowView. 
Copyright (c) 2007. All rights reserved.