DotNetShoutout - Stories tagged with SSRS
3
Shouts

Expand Collapse columns in a table SSRS

posted by PraveenPraveen 1250 days, 22 hours, 6 minutes ago
Saturday, January 16, 2010 7:44:41 PM GMT
Problem: How to make columns collapsible, expandable in table Sql server reporting services. Solution: I asked to some people, how to do this, lot of people proposed me to use matrix. But my data is simple data and has 14 columns like firstname, last name, state, city, zipcode, q1, q2, q3, h1,h2, h3 etc… I need to display the columns q1, q2, q3; h1,h2,h3 expansible and collapsible. By default when user see the report, i need to show only firstname, last name, state, city, zipcode, q1, h1 columns. But... (more)
category: Data | clicked: 3 | comment | | source: praveenbattula.blogspot.com
tags: SQL Server, SSRS, Reports
7
Shouts

Report viewer control authentication – Part 2 – Forms Authentication

published 1251 days, 7 hours, 3 minutes ago posted by PraveenPraveen 1251 days, 21 hours, 42 minutes ago
Saturday, January 16, 2010 10:47:24 AM GMT Friday, January 15, 2010 8:08:07 PM GMT
If the reporting services configured to use forms authentication and you need to show the reports in the custom developed applications then the need of processing authentication the report viewer control through the code. Report viewer control authentication using windows authentication is described in the part 1 here. Now, we will discuss the authenticating forms authentication through C# code. If we are are developing windows application and want to use report viewer control, then we need to impleme... (more)
category: Data | clicked: 10 | comment | | source: praveenbattula.blogspot.com
tags: Forms Authentication, C#, SSRS, Reports, SQL Server Reporting Services
Previous 1 2 3 4 Next