Viewing 7 posts - 16 through 22 (of 22 total)
If crystal reports are not complicated, you could create reports in SSRS manually. Or you could use a tool to convert crystal reports manually, then adjust the report the same...
May 27, 2015 at 12:58 am
According to your expected results, you could create recursive hierarchy groups, please refer to this article: http://www.codeproject.com/Tips/860824/Using-Recursive-Hierarchy-Group-in-SSRS
If you want to repeat tablix header on each page, you could...
May 26, 2015 at 7:32 pm
Hi,
You can add a textbox in the page footer and specify the value expression with ReportItems collection like below:
="Total" & " " & Sum(ReportItems!OrderQty.value)
March 26, 2015 at 5:29 am
Hi,
You can successfully put Reporting Services on an Internet-facing Web server to distribute general information to the public at large or private corporate data to authorized and authenticated users.
Please refer...
March 26, 2015 at 5:21 am
Hi,
If the subscription failed to delivery emails, it could cause by factors below:
a. The SQL Server Agent job is not firing
b. RS is not processing the subscription events
c. SMTP is...
March 25, 2015 at 5:46 am
Hi,
In SSRS, if we want to modify the datasource properties, we must have Manage data sources permissions on the report server. So in your scenario, please connect to report server...
March 25, 2015 at 5:29 am
Hi,
You can use URL redirection function.
1.Install IIS on the report server. create a website with 80 port.
2.In this site, create a HTML web page with the following code:
<script>window.location...
March 25, 2015 at 5:14 am
Viewing 7 posts - 16 through 22 (of 22 total)