Search Results for

    Show / Hide Table of Contents

    “Report” object

    This object represents a link to the current report. The properties of this object can be seen when selecting the “Report” element in the “Report tree” window.

    Methods:

    Method Description
    function Calc(const Expr: String): Variant returns the value of Expr, which is an expression; for example, Report.Calc('1+2') returns “3”. Any valid FastReport expression can be passed in the parameter
    function GetDataSet(const Alias: String): TfrxDataSet returns the dataset having the specified name. The dataset must appear in the report's dataset list (“Report>Data...” dialogue)
    Back to top © 1998-2022 Copyright Fast Reports Inc.