promptex-name or name

Sets the value of the report parameter corresponding to name. Multiple values for the same parameter are separated by a comma. For date values, use the format Date(YYYY,MM,DD). To set multiple values for a parameter, enclose each value in quotation marks and separate values with a comma.

The following two examples are equivalent:

ViewReport.aspx?reportName=library.rpt&promptex-author=Shakespeare
ViewReport.aspx?reportName=library.rpt&author=Shakespeare

ViewReport.aspx?reportName=sales.rpt&day=Date(2017,07,22)
ViewReport.aspx?reportName=library.rpt&title=”Hamlet”,”Macbeth”




promptAES-name

prompt3DES-name

Sets the value of the report parameter corresponding to name to the decrypted value of an AES or Triple DES encrypted string.

Example:

ViewReport.aspx?reportName=library.rpt&promptAES-author=3zDqgZAX%2bmLv6m0AfuxDcg%3d%3d




Px

Sets the value of the report parameter corresponding to x, where x is the 1-based numeric index of the parameter in order of occurrence in the report.

Examples:

ViewReport.aspx?reportName=library.rpt&P1=Shakespeare
ViewReport.aspx?reportName=sales.rpt&P2=Date(2017,07,22)
ViewReport.aspx?reportName=sales.rpt&P2Y=2017&P2M=07&P2D=22)
ViewReport.aspx?reportName=library.rpt&P1=”Hamlet”,”Macbeth”
Last modified: 12 November 2021

Feedback

Was this helpful?

Yes No
You indicated this topic was not helpful to you ...
Could you please leave a comment telling us why? Thank you!
Thanks for your feedback.

Post your comment on this topic.

Post Comment