Click here to Skip to main content
15,900,589 members
Home / Discussions / C#
   

C#

 
QuestionCall to Methods Pin
Subrahmanyam K3-May-07 0:16
Subrahmanyam K3-May-07 0:16 
AnswerRe: Call to Methods Pin
Brady Kelly3-May-07 0:31
Brady Kelly3-May-07 0:31 
GeneralRe: Call to Methods Pin
Subrahmanyam K3-May-07 0:46
Subrahmanyam K3-May-07 0:46 
GeneralRe: Call to Methods Pin
soneliso3-May-07 2:36
soneliso3-May-07 2:36 
AnswerRe: Call to Methods Pin
J. Dunlap3-May-07 0:58
J. Dunlap3-May-07 0:58 
GeneralRe: Call to Methods Pin
Subrahmanyam K3-May-07 1:35
Subrahmanyam K3-May-07 1:35 
AnswerRe: Call to Methods Pin
AFSEKI7-May-07 5:23
AFSEKI7-May-07 5:23 
Questionprinting a crystal report Pin
rkherath2-May-07 23:29
rkherath2-May-07 23:29 
Hi,

I am trying to print a crytal report using my application programaticaly. I want the user to select the printer and number of copies etc from the print dialog box.

please tell me a way to do this i tried with the following method Where i am giving the Num of pages in the coding and the defualt printer prints the report.

But that is not how i want.

Here is my coding

RepStockSalesCatByLoc repstkslscat = new RepStockSalesCatByLoc();
repstkslscat.SetDataSource(dsreportDiv);
repstkslscat.PrintToPrinter(1, false, 1, 2);



Regards
Ruwandi

rkherath
AnswerRe: printing a crystal report Pin
soneliso3-May-07 0:24
soneliso3-May-07 0:24 
GeneralRe: printing a crystal report Pin
rkherath3-May-07 0:38
rkherath3-May-07 0:38 
AnswerRe: printing a crystal report Pin
darkelv3-May-07 1:56
darkelv3-May-07 1:56 
QuestionGet Application directory from console program Pin
Soundman32.22-May-07 23:23
Soundman32.22-May-07 23:23 
GeneralRe: Get Application directory from console program Pin
Soundman32.22-May-07 23:45
Soundman32.22-May-07 23:45 
GeneralRe: Get Application directory from console program Pin
wurzel_cidermaker3-May-07 2:02
wurzel_cidermaker3-May-07 2:02 
AnswerRe: Get Application directory from console program Pin
Brady Kelly3-May-07 0:01
Brady Kelly3-May-07 0:01 
GeneralRe: Get Application directory from console program Pin
Soundman32.23-May-07 0:51
Soundman32.23-May-07 0:51 
AnswerRe: Get Application directory from console program Pin
PIEBALDconsult3-May-07 6:28
mvePIEBALDconsult3-May-07 6:28 
AnswerRe: Get Application directory from console program Pin
Stefan Prodan3-May-07 12:55
Stefan Prodan3-May-07 12:55 
AnswerRe: Get Application directory from console program Pin
AFSEKI7-May-07 5:25
AFSEKI7-May-07 5:25 
QuestionChanging the text of label Pin
sujithkumarsl2-May-07 23:19
sujithkumarsl2-May-07 23:19 
AnswerRe: Changing the text of label Pin
Giorgi Dalakishvili2-May-07 23:28
mentorGiorgi Dalakishvili2-May-07 23:28 
GeneralRe: Changing the text of label Pin
sujithkumarsl2-May-07 23:42
sujithkumarsl2-May-07 23:42 
GeneralRe: Changing the text of label Pin
Giorgi Dalakishvili2-May-07 23:46
mentorGiorgi Dalakishvili2-May-07 23:46 
GeneralRe: Changing the text of label Pin
sujithkumarsl2-May-07 23:52
sujithkumarsl2-May-07 23:52 
GeneralRe: Changing the text of label Pin
Sandeep Akhare2-May-07 23:58
Sandeep Akhare2-May-07 23:58 

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.