views:

4

answers:

0

Hi,

I have a Windows form in .NET 3.5 (using Sharp Develop). Now on clicking 'Save', i just want to print the data on an A4 sheet without saving it to DB. Can i create a dataset and pass it to a pre-designed 'MS SQL Server Report Builder 2.0' report, to generate the report ? The data will not go to a database since it is redundant.

So the questions are :-

1) Can i design a 'MS SQL SR Builder 2.0' report with dataset as input type 2) Can i invoke this report object from a Windows form with the predefined dataset as parameter ? 3) Will it then generate the report /direct it to printer ? 4) Please note none of the 4 steps used any database . 5) what do i redistribute to the end user ?

Thanks, Chakra.

related questions