Contents | Index


  • HSLAB Print Logger Help System.
    • What's new
    • What is it
    • How it's works
    • System Requirements
    • HSLAB Print Logger 5 Installation Guide
    • Print Logger Editions Matrix
    • Work with the Program
      • Print Logger Authorization
      • Print Logger Properties
      • Users and Groups Properties
      • Printer Properties
      • Accounting Engine
      • Statistics
      • Printers Settings
      • HTTP Server Options
      • Remote Info Options
      • Notifications
      • Reports
        • Custom Reports
      • Clustering support
      • Content Filtering
      • Storage options
      • Miscellaneous Properties
      • Import Wizard
      • Optional Client Components
        • How to download Optional Components
        • How to deploy Client Components
        • My Print Jobs Agent
        • Remote Info Console
          • Statistics by day
          • Jobs distribution
          • Costs spent
          • Advanced reports and exports
        • Remote Management Console
        • Optional Components Download/Update Wizard
      • SQL Configuration Wizard
        • Multiply Print Logger installation in your network
        • Network Configurations
        • About SQL Configuration Wizard
        • Select SQL Server Type
        • Select SQL Server
        • Database Properties
        • Administrator's Password
    • Tools
      • Print Logger Database Dumper
      • Print Logger Database Purger
      • Print Logger Database Updater
    • Report and Export Examples
      • HSLAB Print Logger Quotas Report, Users
      • HSLAB Print Logger Quotas Report, Groups
      • HSLAB Print Logger Quotas Report, Printers
      • Brief Server Statistics
      • XML export for printed documents
      • XML Export for blocked documents
      • CSV Export for printed documents
      • CSV Export for blocked documents
      • HTML export for printed documents
      • HTML export for blocked documents
      • Server Printers Usage Year
      • Server Printers Usage Month
      • Server Printers Usage Week
      • Server Printers Usage Today
      • Server Users Year
      • Server Users Month
      • Server Users Week
      • Server Users Today
      • Printed Documents Year
      • Printed Documents Month
      • Printed Documents Week
      • Printed Documents Today
      • Print job distribution by printer Year
      • Print job distribution by printer Month
      • Print job distribution by printer Week
      • Print job distribution by user Year
      • Print job distribution by user Month
      • Print job distribution by user Week
    • Additional information
      • Understanding soft and hard quotas
      • Parallel execution
      • The priority class for the process
    • Reporting engine
      • FASTSCRIPT - multi-language scripting engine
        • What is FastScript
        • Quick start
        • Features and missing features
        • Language reference
        • Script structure
        • Data types
        • Classes
        • Functions
        • Events
        • Enumerations and sets
        • Arrays
      • User manual
        • Designer
          • Control keys
          • Mouse control
          • Toolbars
            • Designer mode bar
            • "Standard" toolbar
            • "Text" toolbar
            • "Frame" toolbar
            • "Align" toolbar
          • Designer options
          • Report settings
          • Page options
        • Creating reports
          • Report objects
          • "Hello, World!" report example
          • The "Text" object
          • HTML-tags in the "Text" object
          • Displaying expressions with the help of the "Text" object
          • Bands in FastReport
          • Databands
          • TfrxDBDataSet component
          • "Customer List" report
          • Displaying DB fields with the help of the "Text" object
          • Aliases
          • Variables
          • "Picture" object
          • Report with pictures
          • Multi-lined text displaying
          • Data splitting
          • Text wrap of objects
          • Displaying data in the form of a table
          • Printing labels
          • Child-bands
          • Shifting objects
          • Report with two data levels (master-detail)
          • Headers and footers of a data band
          • Multipage reports
          • RowCount and PageCount properties
        • Groups, aggregates
          • Report with groups
          • Other group features
          • Reset page numbers
          • Drill-down groups
          • Lines numbering
          • Aggregate functions
          • Page and report totals
          • Inserting aggregate function
        • Formatting, highlight
          • Values formatting
          • Inline formatting
          • Conditional highlighting
          • Alternate color every other data row
        • Nested reports (subreports)
          • Nested reports (subreports)
          • Side-by-side subreports
          • Limitations on using subreports
          • PrintOnParent option
        • Script
          • Taste of script
          • Structure of a script
          • "Hello, World!" script
          • Using objects in the script
          • Calling the variables from the reports variables list
          • Calling the DB fields
          • Using aggregate functions in the script
          • Displaying the variable value in a report
          • Events
          • Example of using the "OnBeforePrint" event
          • Printing the group sum total in the group header
          • "OnAfterData" event
          • Service objects
            • "Report" object
            • "Engine" object
            • "Outline" object
          • Using the "Engine" object
          • Anchors
          • Using the "Outline" object
          • "OnManualBuild" page event
          • Creation of objects in the script
        • Cross-tab reports
          • Construct a cross-report
          • Changing appearance
          • Using functions
          • Sorting values
          • Table with composite headers
          • Adjusting cell width
          • Font colors and highlighting
          • Managing a cross-table from the script
          • Adjusting rows/columns size
          • Filling a table manually
          • Add external objects to the table
          • Some useful settings
        • Charts
          • Limitation of number of chart values
          • Some useful settings
          • Chart with specified values
          • Chart completion from Script
          • Printing of a chart built in Delphi
        • Dot-Matrix Reports
          • Cross-tab in dot-matrix
          • Dot-matrix reports printing
          • "Command" object
        • Dialogue forms
          • Controls
          • "Hello, World!" report
          • Entering parameters and transferring them into a report
          • Interaction of controls
          • Several dialogue forms
          • Dialogue forms managing
        • Data access components
          • Components description
            • TfrxDBLookupComboBox
            • TfrxADOTable
            • TfrxADOQuery
            • TfrxADODataBase
          • Report constructing
          • Simple report of the "List" type
          • Report with parameters query
          • Other useful settings
        • Report inheritance
          • Creating a report
          • Changing a base report
          • Inheritance control
        • Wizards
          • New report wizard
          • New connection wizard
          • New table wizard
          • New query wizard
          • Query construction
            • Query constructor usage
            • Complicated query building
        • Report viewing, printing and export
          • Control keys
          • Mouse control
          • Report printing
          • Text search in report
          • Report Export
            • Export to PDF Format
            • Export to Open Document
            • Export to RTF Format
            • Export to Excel
            • Export to XML Format
            • Export to CSV Format
            • Export into HTML Format
            • Export to Text Format
            • Export to Jpeg, BMP, Gif, Tiff Graphic Formats
          • Sending a Report via E-mail
          • Report Design References
      • Developer manual
        • FastReport Classes Hierarchy
        • Event Handler Description
        • Component Registration in Script System
        • Component Editor Writing
        • Property Editor Writing
        • Custom DB Engines Writing
        • Custom Functions Connection to Report
        • Custom Wizards Writing
        • Custom Report Components Writing
        • Custom Common Controls Writing
      • Programmer manual
        • Working with TfrxReport component
          • Loading and saving a report
          • Designing a report
          • Running a report
          • Previewing a report
          • Printing a report
          • Loading and saving a finished report
          • Exporting a report
          • Creating a custom preview window
          • Building a composite report (batch printing)
            • Numbering of pages in a composite report
            • Combination of pages in a composite report
          • Interactive reports
          • Access report objects from a code
          • Creating a report form from code
          • Creating a dialogue form from a code
          • Modifying report pages properties
          • Report construction with the help of a code
          • Printing an array
          • Printing a TStringList
          • Printing a file
          • Printing a TStringGrid
          • Printing TTable and TQuery
          • Report inheritance
          • Multithreading
          • Reports caching
          • MDI architecture
        • Working with a list of variables
          • Creating a list of variables
          • Clearing a list of variables
          • Adding a category
          • Adding a variable
          • Deleting a variable
          • Deleting a category
          • Modifying the variables value
          • Script variables
          • Passing a variable value in the TfrxReport.OnGetValue
        • Working with styles
          • Creation of style sets
          • Modifying/adding/deleting a style
          • Saving/restoring a set
          • Clear report styles
          • Styles library creation
          • Displaying a list of style sets, and application of a selected style
          • Modification/adding/deleting of a styles set
          • Saving and loading a styles library
    • Additional SQL server information
      • Microsoft® SQL Server™ Desktop/Express Engine
        • Microsoft SQL Server 2000 Desktop Engine (MSDE 2000) Release A
        • Installing Desktop Engine
        • Installing .NET Framework 2.0
        • Installing SQL Server 2005 Express Edition
        • Limiting memory usage for SQL Server 2005 Express Edition
        • Configure a Firewall for SQL Server Access
      • IBM DB2
        • DB2 Getting Started Guide for Windows
    • Print Logger FAQ
    • How To ...
      • How to set print server quotas
      • How to add user(s)
      • How to add group(s)
      • How to add printer(s)
      • How to set paper and toner price
      • How to create a custom report
      • How to schedule report creation
      • How to download optional components
      • How to check printer compatibility with the Print Logger
      • How to use remote management console
      • How to use remote info console
    • Contacts
      • Company
      • Support
      • Report a bug
    • License Agreement and Registration
      • END-USER LICENSE AGREEMENT FOR THIS SOFTWARE
      • Distribution of Evaluation Version
      • Why Register?
      • Unregistered version limitations
      • Register Online
      • Enter Registration Code