Unit RTFRep_DialogEx
Description
RTFRep_DialogEx provides universal dialog before execution of report. User can choose report from list of available reports and some properties. List of reports is defined by array of TRTFRepInfoEx.
Full functional demo
Overview
Classes, Interfaces, Objects and Records
Functions and Procedures
Types
Variables
Description
Functions and Procedures
procedure SetRTFRepInfo(var RTFRepInfo: TRTFRepInfoEx; Group, Caption, Info, ReportFile, OutputFile: string; const DataSets: array of TDataSet); |
|
function CreateDataSetListEx(const DataSets: array of TDataSet): TDataSetListEx; |
|
procedure AddRTFRepVariableEx(var RTFRepInfo: TRTFRepInfoEx; Variable: string); |
|
Types
TDlgAutoAction = (...); |
Values
-
daaNone:
-
daaShow:
-
daaPrint:
-
daaMail:
|
TDataSetListEx = array of TDataSet; |
List of datasets for one report
|
TConfigPDFPrinter = function(OutputPDFFile: string; var PDFPrinterName: string): boolean; |
Information record for dialog, define dialog events and properties
|
Variables
Author
Created
Jan 2008
Last Modified
Sep 2015
Generated by PasDoc 0.13.0 on 2016-10-19 12:19:08
|