How to set the Pagesettings in Reportviwer
-
Hi all, I want to change the paper settings to customized one based on the culture info, I mean for now it is coming as A4 by default. For eg, if they try to do print using some other culture info, it should change to letter formate, how to set like that. Please suggest me Thanks in advance
Know is Drop, Unknown is Ocean
-
Hi all, I want to change the paper settings to customized one based on the culture info, I mean for now it is coming as A4 by default. For eg, if they try to do print using some other culture info, it should change to letter formate, how to set like that. Please suggest me Thanks in advance
Know is Drop, Unknown is Ocean
hello sir i want a sample code for the above things (merge two images)
-
Hi all, I want to change the paper settings to customized one based on the culture info, I mean for now it is coming as A4 by default. For eg, if they try to do print using some other culture info, it should change to letter formate, how to set like that. Please suggest me Thanks in advance
Know is Drop, Unknown is Ocean
Been a while since I worked with this but from what I remember you can pas a printersettings and a pagesettings object with the report.open method. See if that helps you.
-
Been a while since I worked with this but from what I remember you can pas a printersettings and a pagesettings object with the report.open method. See if that helps you.
Thankyou very much for your suggestion. But please explain me with a sample. THank you again
Know is Drop, Unknown is Ocean
-
Thankyou very much for your suggestion. But please explain me with a sample. THank you again
Know is Drop, Unknown is Ocean
As I said in my original reply it's been a while so I don't know the exact code. But normally you should have an instance of your report and that instance should have a open method in which you can pass the objects pagesettings and printersettings pagesettings[^] printersettings[^]