Search Results for

    Show / Hide Table of Contents

    Internal server variables

    During server's working, the "TfrxReportServer.Variables" property contains the following automatically created and updated variables:

    SERVER_NAME - server name;

    SERVER_COPYRIGHT - copyright;

    SERVER_SOFTWARE - server version;

    SERVER_LAST_UPDATE -last update date;

    SERVER_UPTIME - up time of the server;

    SERVER_TOTAL_SESSIONS - sum total of sessions;

    SERVER_TOTAL_REPORTS - sum total of reports;

    SERVER_TOTAL_ERRORS - sum total of errors;

    SERVER_MAX_SESSIONS - maximal number of simultaneous sessions;

    SERVER_MAX_REPORTS - maximal number of simultaneous report generations.

    Example of getting a variable SERVER_TOTAL_REPORTS

    Totals := frRepotServer1.Variables.GetValue('SERVER_TOTAL_REPORTS');
    
    Back to top © Copyright Fast Reports Inc.