|
SMReport/SMExport: TFxCube exporting/printing
Friends,
the new engines for exporting and printing from TFxCube component
(http://sourceforge.net/projects/fxds) added to our products.
These engine are the analogues of engine for DecisionCube but works with
TFxCube/TFxGrid (open-source).
All features, that are available for any export/report component (SMExport/SMReport), are present in these new components too (print, preview, export, wide reports split, all file formats, styles/layouts, colors/fonts, fixed columns/rows, full control via events, macros, customization etc)
You may download the demo at:
- to export olap grid:
http://www.scalabium.com/download/sme/sme_fxcube.zip (676 087 bytes)
- to print olap grid:
http://www.scalabium.com/download/smr/smr_fxcube.zip (595 271 bytes)
PS: these new components are deployed in registered version only and not included in trial packages.
--
With best regards, Mike Shkolnik
EMail: mshkolnik@scalabium.com
http://www.scalabium.com
Related Discussions - HOW TO FREE UP A QUICKREPORT COMPONENT IN MEMORY...? (2001-01-09 08:05:01)Use :
Begin
if RepForm=Nil then
RepForm:=TRepForm.Create(Application);
End;
- PRINTING A PDF FORM (2001-01-07 03:57:11)Hello Tom,
If you find a delphi solution to bypass the acrobat Printer i am very interrested.
Actually i am printing a lot of invoice to the...
- PRINTING........??? (2001-01-09 08:44:49)Do you want to achieve information from the printer device as it is printing the specific job?
Do you want to snap every print requests on the...
- PRINTING... (2001-01-15 10:49:37)U could do it the simple way. Something like this
button1.visible:=false;
button2.visible:=false;
print;
button1.viasible:=true;...
- OLE (2001-01-23 03:07:14)If you want to make something like "personalized letter", when you have got one or more pages of normal text, where you want to put the values from...
- FORM PRINTING. (2001-01-23 08:47:03)Use BDPrint. Delphi 5.0 freeware component to print a full
form (on screen and offscreen portions) and all components
on that form. Scan a...
- HOW TO SEND OUTPUT TO PRINTER DIRECTLY (2001-01-29 16:29:50)Hi Use this code to send Escape code to my POS printer but you can modify the code alittle to fit youre need.
type
TPassThroughData = record...
- DETECTING SHADES OF COLOURS (GRAYSCALE) (2001-01-31 04:54:41)I'm Russian but I live in Belgium, so i'm not teh best in English too :)
The way you calculate the greyscale color is the wrong one.
red >...
- PRINTING FORM AT RUN-TIME VIA CODE. (2001-01-29 17:15:55)uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls,printers;
type
TForm1 = class(TForm)...
- QUICKREPORT QUESTION!!! (2001-01-31 09:34:08)Filter on the record you need to print before preview or printing...use the OnCreate event to write the filter in.
Good luck
SAM
|