Click here to Skip to main content
15,903,201 members
Home / Discussions / C#
   

C#

 
AnswerRe: Error because of Empty Strings in Method Pin
originSH26-Sep-07 1:13
originSH26-Sep-07 1:13 
GeneralRe: Error because of Empty Strings in Method Pin
daniel_v26-Sep-07 1:20
daniel_v26-Sep-07 1:20 
GeneralRe: Error because of Empty Strings in Method Pin
daniel_v26-Sep-07 1:56
daniel_v26-Sep-07 1:56 
AnswerRe: Error because of Empty Strings in Method Pin
Scott Dorman26-Sep-07 3:49
professionalScott Dorman26-Sep-07 3:49 
QuestionRegarding datetime picker Pin
Praveen02926-Sep-07 1:00
Praveen02926-Sep-07 1:00 
AnswerRe: Regarding datetime picker Pin
originSH26-Sep-07 1:09
originSH26-Sep-07 1:09 
AnswerRe: Regarding datetime picker Pin
PIEBALDconsult26-Sep-07 4:37
mvePIEBALDconsult26-Sep-07 4:37 
Questioncrystal reports totalPageCount Pin
Seishin#26-Sep-07 0:45
Seishin#26-Sep-07 0:45 
hi!
k, i googled it, i CPed it and couldn't find it..
i've got this code:
<br />
CrReport report = new CrReport();<br />
// do sth with report<br />
int copies = 1;<br />
bool collated = false;<br />
int pageFrom = 1;<br />
int pageTo = 1;<br />
report.PrintToPrinter(copies, collated, pageFrom, pageTo);<br />


my problem is that i want to print all the pages of a report..
so i'd have to set pageTo to value of totalPageCount of the report..
but in the report object i can't find any property that would give me this value..
anyone knows how to get that totalPageCount value?

thx for any help!!



life is study!!!

AnswerRe: crystal reports totalPageCount Pin
il_masacratore27-Sep-07 21:44
il_masacratore27-Sep-07 21:44 
Questioni need code Pin
chyasir26-Sep-07 0:00
chyasir26-Sep-07 0:00 
AnswerWrong site Pin
Vikram A Punathambekar26-Sep-07 0:06
Vikram A Punathambekar26-Sep-07 0:06 
AnswerRe: i need code Pin
Sathesh Sakthivel26-Sep-07 0:23
Sathesh Sakthivel26-Sep-07 0:23 
AnswerRe: i need code Pin
benjymous26-Sep-07 0:28
benjymous26-Sep-07 0:28 
GeneralRe: i need code Pin
Pete O'Hanlon26-Sep-07 0:37
mvePete O'Hanlon26-Sep-07 0:37 
GeneralRe: i need code Pin
Malcolm Smart26-Sep-07 2:41
Malcolm Smart26-Sep-07 2:41 
Answeri need car Pin
J4amieC26-Sep-07 0:31
J4amieC26-Sep-07 0:31 
JokeRe: i need car Pin
Rajesh R Subramanian2-Oct-07 23:02
professionalRajesh R Subramanian2-Oct-07 23:02 
AnswerRe: i need code Pin
Paddy Boyd26-Sep-07 0:33
Paddy Boyd26-Sep-07 0:33 
AnswerRe: i need code Pin
Pete O'Hanlon26-Sep-07 0:38
mvePete O'Hanlon26-Sep-07 0:38 
GeneralRe: i need code Pin
J4amieC26-Sep-07 1:43
J4amieC26-Sep-07 1:43 
GeneralRe: i need code Pin
Vasudevan Deepak Kumar27-Sep-07 6:12
Vasudevan Deepak Kumar27-Sep-07 6:12 
Answeri need club Pin
Dan Neely26-Sep-07 2:18
Dan Neely26-Sep-07 2:18 
AnswerRe: i need code Pin
Malcolm Smart26-Sep-07 2:42
Malcolm Smart26-Sep-07 2:42 
AnswerRe: i need code Pin
J a a n s27-Sep-07 4:47
professionalJ a a n s27-Sep-07 4:47 
QuestionContex Menu Pin
half-life25-Sep-07 23:52
half-life25-Sep-07 23:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.