VCL ReportBuilder for Delphi

FireWind

Свой
Регистрация
2 Дек 2005
Сообщения
1,957
Реакции
1,199
Credits
4,009
ReportBuilder

ReportBuilder is the de-facto standard for Delphi reporting solutions. The genesis of ReportBuilder was the desire to deliver a product that does for reporting what Delphi does for application development. In that spirit, ReportBuilder provides both a RAD environment and an object-oriented platform for solving the reporting equation. The RB story continues to be written every day as we continue to evolve the product and collaborate with the RB community. It’s our passion.
1623073510934.png
Use the Report Wizards and Drag-and-Drop tools to quickly produce layouts. Then refine the layouts using the MS Office style Report Designer.

Build complex reports using a full suite of components: Text, Lines, Shapes, Charts, Barcodes, Regions, and Subreports.

Elegantly model free-form reports, nested reports, side-by-side reports and drill-down reports.

Use the datapipeline components to access data from databases, text files, and in-memory data structures such as arrays and lists. Create custom components to extend the power of the Report Component Library (RCL).
Для просмотра ссылки Войди или Зарегистрируйся
Includes all features of ReportBuilder Standard Edition...

Use DADE to visually define and link SQL queries. DADE enables developers and end-user to quickly and easily build and link SQL queries that can be saved as part of the report definition.

Distribute DADE royalty-free, as part of an end-user reporting solution. DADE adds a Data tab to the Report Designer that provides an easy to user interface for building and linking SQL queries.

Build full featured End-User reporting solutions that can be distributed royalty-free.
Для просмотра ссылки Войди или Зарегистрируйся
Includes all features of ReportBuilder Professional Edition…

Use RAP to build portable reports. RAP enables developers and end-users to code calculations and event-handlers without Delphi.

The run-time code can be saved with the report definition, outside of the application executable.

Distribute RAP royalty-free, as part of an end-user reporting solution. RAP adds a Calc tab to the Report Designer that provides an easy to use interface for coding report event-handlers.
Для просмотра ссылки Войди или Зарегистрируйся
Build complete report server solutions for publishing reports to remote client applications and web browsers. Includes a license to ReportBuilder Enterprise Edition…

Using basic component configuration you can get a Windows service-based report server application up and running, a web application up and running, and have users previewing reports in a web browser in no time. And you can do it all without having to master multi-threaded programming, Windows Services, Windows Sockets, Windows System Tray applications, COM, I/O Completion Ports/Worker Thread Pools, XML, SOAP Services, ISAPI Thread Pools, XHTML, or JavaScript.
Для просмотра ссылки Войди или Зарегистрируйся
Copyright © Для просмотра ссылки Войди или Зарегистрируйся
 
Последнее редактирование модератором:

FireWind

Свой
Регистрация
2 Дек 2005
Сообщения
1,957
Реакции
1,199
Credits
4,009
ReportBuilder Enterprise v21.0 for Delphi 10.2 Tokyo, 10.3 Rio, 10.4 Sydney + Crack
Version 21.0 - May 20, 2021
---------------------------

Designer
- new Designer.AutoSave boolean property
- new Designer Win 10 per monitor High DPI improvements
- new TextFileName property editor to use DefaultFileDeviceType

Enhanced High DPI - v2 Per Monitor DPI
- Windows 10 / Latest Delphi
- Virtual Image List (scaleable images)
- Form/Dialog save/load state
- Toolbars/ToolWindows

RCL
- new PDFComponent
- embed PDF documents in reports (similar to section subreport)
* requires PDFReader plug-in: PDFium or WPViewPDF
- new BarCode 128 - GS1 improvement
- AutoEncode, CodeSet C must encode only pairs of 0-9, exclude FNC1
- new 2DBarcode, Rotation support (90 degree increments)
- new QRCode, Exclude UTF8 BOM (Byte Order Mark) property
- new Checkbox, FieldTitle property (PDF form fields)
- new DBImage, Automatically load image from URL DB value
- new $Desktop file path variable support
- new RichText support for Superscript, Subscript
- new RichText.CharFormat: TppTextAttributes property
- new TppTextAttributes.YOffset: TppCharYOffsetType property
- new TppCharYOffsetType = (coNormal, coSuperscript, coSubscript)
- new RichText Editor SuperScript, Subscript toolbar buttons
- new RAP RTTI for RichText.CharFormat

RAF Merge Utility
- new TppRAFMerge, utilty for merging archive files
- new TppArchiveDevice.MergeUtility: TppRAFMerge public property

DataPipeline
- new Editing boolean property returns true if in editing state

Preview
- new Scrollable Page Preview support for main or background thread
- PreviewFormSettings/Viewer UseBackgroundThread boolean property
- new Multi email plugin support

Output Devices
- new ImageDevice, for single page do not append _PageNo suffix
- new Xlsx, XlsSettings CacheToFile, Optionally use MemoryStream rather than FileStream
- new Xlsx/Xls, ensure memo lines map to same col
- new Xlsx/Xls, keep columns aligned when some values empty
- new Xlsx/Xls, shape rendering to support for alternating gray bar style detail
- new PDF, Digital Signatures
* requires OpenSSL library
- new PDF, Custom PDF Metadata
- new PDF, Document-level Javascript
- new PDF, ZUGFeRD 2.x support
- new PDF, ZUGFeRD AutoParse property
- new PDF, Page Layout control (i.e. Single Page, Continuous, Two-Up, etc.)
- new PDF, Page Mode control (i.e. Thumbnails, Attachments, Outline, etc.)
- new PDF, PrintScaling property
- new PDF, Transparent image processing enhancements
- new PDF, Support for large Metafile to Bitmap conversions
- new PDF, Built-in MIME type detection
- new RTF, RichText content exported to a single TextBox


Email
- new Multiple email plugin support (Single SMTP plugin + multiple cloud plugins)
- new Email ConnectionSettings property group
- new Stand-alone TppEmail object can be used to send emails without a report
- new Loopback HTTP OAuth2 verification
- Default browser now used to authenticate
- Decoupled all Mail REST API from RB
- new SMTPOutlook plug-in, SetModal class function to control Outlook client

Cloud Drive
- new Directory Support
- new Built-in cloud drive directory explorer
- new Loopback HTTP OAuth2 verification
- Default browser now used to authenticate
- new Support for uploading large files
- new Login information properties
- new Decoupled all Cloud REST API from RB
- new Updated documentation to match latest API versions
- new Google Drive, added support for "Desktop Application" registration
- new DropBox, added EdgeBrowser verification support

ReportExplorer
- new Save logic, added check for DataPipeline.Editing

DADE
- new QueryDesigner Search, ... button to launch SQL editor for SQL Expression
- new SQL Search Criteria support for :paramName resolution within a SQL SubSelect
- new Magic SQL linking support for case where Criteria Value contains field name reference
- DADE Collation/Magic SQL linking
- new TppCustomDataPipeline.RegisterCompareStringHook class procedure
for case where DB collation <> RB built-in collations

RAP
- new conversion functions:
- StrToDateDef, StrToDateTimeDef, StrToTimeDef, StrToCurrDef, StrToIntDef, StrToInt64Def
TryStrToDate, TryStrToDateTime, TryStrToTime, TryStrToCurr, TryStrToInt, TryStrToIn6
- new CodeModule DataPipeline references optimization
- build list of DataPipeilnes used by RAP code used by engine and compiler/run-time
- new RichText.Paragraph RAP RTTI for
- TabCount, GetTab(liIndex), SetTab(aIndex, aTabPos)
- NumberingStyle
- LineSpacing
- RTLReading
Скрытое содержимое могут видеть только пользователи групп(ы): Местный, Premium, Свои

password: dumpz.ws
 

FireWind

Свой
Регистрация
2 Дек 2005
Сообщения
1,957
Реакции
1,199
Credits
4,009
ReportBuilder Enterprise v21.02 for Delphi 10.3 Rio, 10.4 Sydney, 11 Alexandria + Crack
Скрытое содержимое могут видеть только пользователи групп(ы): Местный, Premium, Свои

password: dumpz.ws
 

GuDron

dumpz.ws
Admin
Регистрация
28 Янв 2020
Сообщения
7,552
Реакции
1,435
Credits
24,378
ReportBuilder Enterprise 22.02 for Delphi 10.2-11.x
Скрытое содержимое могут видеть только пользователи групп(ы): Premium, Местный, Свои
 

GuDron

dumpz.ws
Admin
Регистрация
28 Янв 2020
Сообщения
7,552
Реакции
1,435
Credits
24,378
ReportBuilder Enterprise 22.03 for Delphi 10.2-12
Скрытое содержимое могут видеть только пользователи групп(ы): Premium, Местный, Свои