I am new to SSRS and I have developed a few reports running of SSRS in a web frame. Everything is working 100% on my local PC. But now I want to move the reports and the new page to a web server. I ma
On an application, multiple users can give feedback about an event. A Feedback is composed by the username, date and details.
We are using one shared data source ds1 that connects to a server main_server which holds all the stored procedures to generate our reports.
I have the following code: public sub PrettyRows() dim ds as dataset = report.dataset1 dim GroupName as string = \"\"
Is there a way to set an RDLC report to be always Landscape and 开发者_如何学编程to always use A4 without the need of manually doing so every time through the print dialog?I\'ve been at this for a few
Say I have a data field (call it Results.MyString) that looks like this in a text box in my report: Some text here for all to read.
I am trying to add an optional filter on a text field in a report. I have tried setting it up in the dataset but it treats it as a required filter so if it is not populated, no results are returned. I
Hi I\'m in a deadlock situation. My problem is I want to apply some styles to content which is populated in RDL.
We have created 10 to 12 SSRS reports and created subscription for the reports. Sometimes the status of the subscription is showing mail sent but 开发者_Python百科actually we have not received any ema
My report is doing this: 开发者_运维问答This only happens when I export the report to PDF.HTML view looks just fine...