Capability
|
Description
|
Charts
|
Business graphics
- Column (plain, stacked, percent stacked),
- Bar (plain, stacked, percent stacked)
- Line (plain, smooth)
- Pie (plain, exploded)
- Area (plain, stacked)
- Doughnut
- Scatter
- Bubble
- Map (usa_map, world_map, user configurable)
|
Tables
|
Presents report items in a tabular format
- Table groups
- Multiple header, footer, detail rows
|
List
|
Allows absolute positioning of report items
|
Matrix
|
Also know as cross tabulation.
- Multi-level grouping of rows and columns
|
Output rendering
|
- HTML
- PDF
- XML
- Web Archive
- .Net control
- printer
- Excel
- TIFF
- RTF
- CSV
- Silverlight
|
Datasources
|
Databases, files, web,...
- Microsoft SQL Server
- Microsoft OLE DB Provider
- ODBC - tested with MySQL
- XML
- Web Services
- CSV files
- Web Logs
- Directories
- iTunes XML files
- Configurable to any .Net data provider including Oracle, SQLite, MySql, Firebird, Sybase
iAnyWhere, PostgresSQL, ...
Programmatic Data
- Any IEnumerable collection of objects with property names matching the DataSet
- IDataReader
- DataTable
- XML Documents
XML Data may be embedded in report or an external file
|
Expressions
|
Expression language based on VB .Net functions and expressions. Including the following:
Financial:
- DDB, FV, IPmt, NPer, Pmt, PV, Rate, SLN, SYD
Aggregate:
- sum, avg, count, max, min, stdev, stdevp, var, varp, running value of all aggregate functions
Control: .Net:
- Math (Abs, Cos, Sin, Log, ...)
- String (Concat, Format, IndexOf, Substring, ...)
- Convert (ToDateTime, ToDouble, ToDecimal, ...)
Arithmetic:
- +,-,/,*,^,%
- decimal and floating point arithmetic
Logical: User written functions:
- VB functions defined within the report
- Static and instance based methods in your DLLs
|
Subreports
|
Reports may be included in other reports.
|
Bar codes
|
EAN-13 and Bookland are provided. Public interfaces allow you to create your own custom report items.
|
|