Home Server

Communicating Between Server and Webtier

edited August 2005 in Server
Hello

What is the best way of sending information between a report server
application and the webtier?

I have tried to use session parameters, but this does not appear to work

Cheers

Paul

Comments

  • edited August 2005

    Server.SessionParameters[] and Report.Parameters[]. Usage of both types of
    parameters are shown in the custom parameters demos (see the following
    article).

    -------------------------------------------------------
    Tech Tips: RB Server and Custom Parameters
    -------------------------------------------------------

    The RBServer Custom Parameter demos show how to define custom session and
    report level parameters that can be used to implement security and other
    types of custom processing.

    The are three projects that work together. Each project includes a
    ReadMe.doc and commented code.

    1. RBServer\Demos\Servers\Custom Parameters
    2. RBServer\Demos\WebTier\Custom Parameters
    3. RBServer\Demos\Clients\Custom Parameters


    The demos include examples of how to...

    1. Define Custom Session parameters.

    A custom login form is displayed. Based upon the login, the catalog of
    reports available to the user is filtered.

    2. Define Custom Report parameters

    A custom parameter form is displayed. The parameters are used by the report.

    3. Custom AutoSearch form

    A custom autosearch form is displayed. The parameter values are used by the
    autosearch criteria.







    --
    Nard Moseley
    Digital Metaphors Corporation
    http://www.digital-metaphors.com


    Best regards,

    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com
  • edited August 2005
    Ok thanks Nard

    I will look over this demo, perhaps I missed something

This discussion has been closed.