0

I need to create an RDLC report. For which I can use only select statements and not any other DB objects as the database is read only. Is there any way in which I can populate the table with data from the query.

VSMK
  • 125
  • 1
  • 1
  • 10
  • You should be able to perform Select statements from the database if the database is read only. Can you please elaborate on the question? – a415 Jan 09 '17 at 16:38
  • @a415 basically I need to create an rdlc report. And for that I need a dataset to feed that as an input to a table. To get that dataset in rdlc I have to select a table or a view or stored procedure while creating a dataset. I need to bypass that and use an query to get the data. – VSMK Jan 09 '17 at 17:44
  • @a415 any luck? – VSMK Jan 11 '17 at 18:39
  • nope nothing...sorry – a415 Jan 13 '17 at 22:16

0 Answers0