I set up report to use ado.net dataset as report source and managed to point
a winform containing a report viewer at the report as a report source but
when you run the viewer the report brings up a login dialog prompting for
server password etc.
Is this a known bug reporting from datasets or do you have to do something
in code to disable the dialog.
Any pointers to a walkthrough that demonstrates crystal reports?
Colin
you could be correct my viewer is on a seperate form accessed from a button
on the form with a dataset i will pass the datset into a property of the
viewer form and try that
Thanks
Colin
"Philip Martin" <garg...@nospam.com> wrote in message
news:0dfd01c1e0a0$61651c10$3bef2ecf@TKMSFTNGXA10...
Thanks for the pointer, it works when i pass a dataset to the viewer form
with a property
Cheers
Colin
"Philip Martin" <garg...@nospam.com> wrote in message
news:0dfd01c1e0a0$61651c10$3bef2ecf@TKMSFTNGXA10...
Colin
"Philip Martin" <garg...@nospam.com> wrote in message
news:0dfd01c1e0a0$61651c10$3bef2ecf@TKMSFTNGXA10...
But it is asking the login dialogue again...
Please give me a detail explanation, If possible give me a
example code senario.
Thanks in advance...
Regards,
Krishna
>.
>
1. build a report bound to a datset and save in solution (ie myreport)
2. built a new form placed a crystal viewer on the form (frmViewer)
3. Created a property on the Viewier form to accept a dataset (property
rptDataSet)
4 on the on load of the viewer form used CrystalViewer1.setvalue =
rptDataset
Code on main form button:
dim frm as new frmViewer
frm.rptDataset=dscustomer (my dataset on source form)
frm.show
Hope this helps
Colin
"Krishna" <kri...@anion.com> wrote in message
news:0ffd01c1e16c$aa90f9f0$a4e62ecf@tkmsftngxa06...