Showing posts with label Microsoft SSRS. Show all posts
Showing posts with label Microsoft SSRS. Show all posts

Tuesday, 4 June 2013

SSRS Error: The EnableHyperlinks property has not been set for this report



    An error occurred during local report processing.
    • Report 'x' contains hyperlinks. The EnableHyperlinks property has not been set for this report
    •  


Report Viewer Properties:


Monday, 24 September 2012

SSRS: Page break following a TextBox

Yes, the TextBox should be placed in a rectangle first then its properties has to be updated for placing a page break after that control.

Monday, 30 January 2012

SSRS ReportViewer loads endlessly

I would like to share this article, since it really took me more than an hour trying to troubleshoot this issue, going into the backend stored procedure and the data source and setting static parameters till I finally searched online and got into this very comprehensive post which saved my day.

I had just to include the parameters passing between an "IsPostBack" check!!!

MSDN Blogs > Brian Hartman's Report Viewer Blog > Reports Never Stop Loading With VS 2010

Thursday, 26 January 2012

SSRS Local parameters

I have just completed the SSRS course and I got a so nice tip to let the SSRS manage my parameters rather than doing it on the web page and linking them to my data source. It is apparent now that I am using rdlc in the local processing mode.

After serveral trials, it truned out that: "In local processing mode, the ReportViewer control does not provide a parameter input area that you can use to pass values used during data processing. ", http://msdn.microsoft.com/en-us/library/ms345248.aspx

Unfortunately!