Binding a datasource to a rdl in report server programmatically - SSRS

前端 未结 3 909
离开以前
离开以前 2021-01-21 16:38

I\'ve done a asp.net application to generate reports over a particular data. Initially i created local reports (.rdlc) to generate reports. I created separate .xsd for each rdlc

3条回答
  •  野性不改
    2021-01-21 17:19

    What are you trying to do? I believe the datasource is mentioned within the .RDL file itself. For ex: When you create an Report using BIDS, you can specify the datasource. This gets added to the .RDL file. The same concept holds true here as well.

提交回复
热议问题