Viewing 15 posts - 1 through 15 (of 29 total)
This Problem was in Jun'08 do you this I'm still Struggling with same problem..?
April 15, 2009 at 10:48 am
Instead of adding visible & invisible condition. Just add page break "before" second table.
November 25, 2008 at 2:41 am
As I'm working on SQL Server 2008 Reporting Services. Export to Excel file with tab names are not yet implemented. :hehe:
July 30, 2008 at 6:50 am
These Global Variables can be used only in the page header and page footer. 🙂
July 29, 2008 at 10:47 am
Use Following expression
="Page No. " + cstr(Globals!PageNumber) + " of " + cstr(Globals!TotalPages)
Good Luck
Sandip Shinde
July 29, 2008 at 10:36 am
I also tried for this finicality. But it seems that Export is finicality which is completely coded by Microsoft & while Executing/Exporting report we have any control on this.
Let...
July 29, 2008 at 9:38 am
You are working on file some one created right.
First thing if Command Type = Test then there should be some SQL Query in CommandText.
If command Type = SP then there...
July 29, 2008 at 9:34 am
Don't go to properties...
As per my instructions.. RIGHT CLICK on Column Header. & got to Column Visibility.
July 29, 2008 at 9:30 am
Ok VS 2003 is your development environment. Let me know which SQL Server you are using..?
Any ways I just checked with my project & in my Matrix table.
Right Click on...
July 29, 2008 at 2:10 am
I know only three versions or SSRS i.e. 2000, 2005 & 2008
I don't how how you are working on SSRS 2003.
Let me know the correct version which you are working...
July 29, 2008 at 2:02 am
Hi,
// Ensure Directory Security settings for default web site in IIS is "Windows Authentication".
string url = "http://localhost";
// Create a 'HttpWebRequest' object with the specified url.
HttpWebRequest myHttpWebRequest = (HttpWebRequest)WebRequest.Create(url);
//...
July 29, 2008 at 1:55 am
Meghna,
You can use column visiblity with your expression(condition) to hide columns in SSRS Reports.
I hope this will suit your requirement.
Let me know if you have any queries.
wish u all the...
July 29, 2008 at 1:37 am
First make it in your mind that you can give access to same domain users only.
This is possible by using Reporting Services Web Service Interface.
i.e. http://ReportServerName/ReportServer/ReportService.asmx
By using...
July 25, 2008 at 2:56 am
=Dataset("dataSetName").CommandText.ToString()
This is not available at Local Mode..
July 24, 2008 at 10:23 am
Please refer following link
http://www.sqlservercentral.com/Forums/Topic539264-150-1.aspx
Wish you all the best
Sandip
July 24, 2008 at 10:18 am
Viewing 15 posts - 1 through 15 (of 29 total)