English 中文(简体)
SSRS - 自动检索数据集领域
原标题:SSRS - Auto Refresh of the Data Set Fields

我们约有90份报告由电力用户编写。 这些报告是在20个奇基基地报告表的基础上编写的。

我们一劳永逸地将这些报告表格增列新的领域。

这里的挑战是,自动更新报告编制者的数据集,而不必通过每份报告人工更新数据集。 自SSRS处理以来,这些报告都与FMTONLY ON进行了动态的自动化。

Thanks

问题回答

So, I think you should use report models A report model is made from a datasource view and once the DSV is updated, it reflects on the report model and consequently on all reports.

我认为,如果报告自动与非行连接,就会有这样做的方法。





相关问题
An error has Occurred During Report proccesing

When I m running the report I m getting that message above. The Report Works fine when I press the "Run Report" Button but I want also to avoid that annoying message that appears when the page loads. ...

Reporting services only displaying the last row

I have built a report pretty basic just a table wiht 45 rows of data. Problem is its only showing one row of data and its the last row. It displays just fine in the dataset and proc. any ...

Show Parameters for Reports In SSRS

I m developing an SSRS in Visual Studio BIDS. In it, I have a link that links to another report (report A). Report A has 4 parameters (dates). When I click on that link, it goes to report A fine, but ...

How to add group, or page field in an existing .rdl report

I have several .rdl reports designed for our client. However, they need new ones, that are relatively similar to the old ones. Differences are in the "group" and "page fields" (these can be changed ...

Report rendering using SSRS in Google Chrome

Hey, In our project, we use SSRS integrated with asp.net forms to render reports. The report looks good in IE. when it comes to google chrome, there re some issues we face such as date picker not ...

热门标签