Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

How To retreive Parameters value inside a report

edited January 2004 in General
I create a parameters in ppReport (I assign the username of person who
print the report)

Inside my report how to retreive the value of this parameters.

Thank you

Daniel F

Comments

  • edited January 2004
    Hi Daniel,

    Use the Report.Parameters property to access the value of parameters you may
    have set. This property is a TppParameterList component and contains
    properties such as Count, Items, and ItemsByIndex to access your parameters.
    Check out TppReport.Parameters in the ReportBuilder help for more
    information.

    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.