Stories recently tagged with 'Reports'

Fix to Divided by zero problem in Sql server reports(praveenbattula.blogspot.com)

submitted by praveenbattulapraveenbattula(629) 2 years, 1 month ago

When we work with reports, most of the times we need to do complex calculations and logic. When we do calculations, there are chances of using the division operation. So, need of checking the divided by zero problem every time. The solution I propose is, write a simple custom function and call it wherever needed. Look more here. read more...

add a comment |category: |Views: 9

tags: another

Tips for Reporting Services: Oct 2008 Msft Debugging team(blogs.msdn.com)

submitted by wisemxwisemx(8074) 3 years, 4 months ago

We tend to get an issue in the ASP.NET support group from time to time that is around Reporting Services. These are generally issues around the process taking up large amounts of memory or slow performance or similar things. Generally the reason behind this is due to the way the reports have been configured. For example, trying to pull down a 1,000 page report. We now have some very good documentation on some best practices around how to properly use Reporting Services. You can read all about it from these links: read more...

add a comment |category: |Views: 13

tags: another