Hello All,
I am using print function on my power app , but when i click on print it does not cover the whole page , it takes snap shot of the display area in App and show for print.
please see the screen shot below.
How it will consider the full page like when we print any pdf or excel document. Please advise.
i want whatever fields are there in power app , all should come on print
Solved! Go to Solution.
Hi @SachinG31,
Do you meant that you could not print all the content within the form but just a part of them displaying in the form?
Could you please share a bit more about your scenario?
Actually it is an known issue by design.
You can only print the screen you have added a button and defined Print function on OnSelect
property of the button. For example, if you have added a button on screen 2
and when you select the button, only the content in the screen 2
gets printed.
If you insist on this, you could check shane young's video for reference:
Power Apps Print function and adding it to your forms and Apps - YouTube
Hi @SachinG31,
Do you meant that you could not print all the content within the form but just a part of them displaying in the form?
Could you please share a bit more about your scenario?
Actually it is an known issue by design.
You can only print the screen you have added a button and defined Print function on OnSelect
property of the button. For example, if you have added a button on screen 2
and when you select the button, only the content in the screen 2
gets printed.
If you insist on this, you could check shane young's video for reference:
Power Apps Print function and adding it to your forms and Apps - YouTube
Hello @v-qiaqi-msft , Yes exactly , i have checked the link you shared and this contains exactly what i was looking for plus other value added tips.
Thanks you so much @v-qiaqi-msft for advising this 🙂