I am developing my creator application with my application in an environment. I have a Page that has two buttons and an embedded section.
When I first developed this page, each of the buttons had functional URLs to export the page as a PDF and one to print the page. I
configured it with a hardcoded URL to the report with the /pdf/ and/print/ in the URL. This worked fine in development but broke in production because the URL was hardcoded to the development environment
. 
I saw in some other posts that I need to format the URL to be just #Page:EmbeddedReportirID${irID} and that this would work in all environments. This does work but what I cannot figure out is how to write the URL to force the Print action or the export to PDF?
Also, for the embedded page, the URL field does not support the #Page: approach. When I try it, I am told to specify a valid iFrame. Does anyone know how I can configure this to work in environments?
It only allows this type of URL as far as I can tell.
Thank you,
Josh