One approach is to declare Report.Parameters. Set the parameter values in your application. Then the RAP code can access the parameter values.
Another approach is to use a JITPipeline with a RecordCount of 1. Define a Field to represent each value. Then inside the Report you can access the values via the synatax, JITPipeline['FieldName']
You can also extend RAP with custom functions. This open things up to implementing other schemes.
-- Nard Moseley Digital Metaphors www.digital-metaphors.com
Best regards,
Nard Moseley Digital Metaphors www.digital-metaphors.com
Comments
One approach is to declare Report.Parameters. Set the parameter values in
your application. Then the RAP code can access the parameter values.
Another approach is to use a JITPipeline with a RecordCount of 1. Define a
Field to represent each value. Then inside the Report you can access the
values via the synatax, JITPipeline['FieldName']
You can also extend RAP with custom functions. This open things up to
implementing other schemes.
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com