|
More site info...
SQL Server Reporting Services | Forum profile
|
|
Forum profile page for SQL Server Reporting Services on http://www.asp.net.
This report page is the aggregated overview from a single forum: SQL Server Reporting Services, located on the Message Board at http://www.asp.net.
This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period.
Additional forum profile information for "SQL Server Reporting Services" on the Message Board at http://www.asp.net is also shown in the following ways:
1) Latest Active Threads
2) Hot Threads for Last Week
Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.
|
|
|
|
|
Posting activity on SQL Server Reporting Services:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
36
|
267
|
813
|
|
Post:
|
49
|
373
|
1,153
|
|
|
SQL Server Reporting Services Posting activity graph:
|
Top authors during last week:
user's latest post:
Please help - passing parameter...
Published (2008-11-26 05:16:00)
Hi, To filter data in ReportViewer control using a DropDownList control, we can add Parameterized Methods to the TableAdapter class, invoke them in the ObjectDataSource control and specify the value for the selected parameter from DropDownList control. You may refer to the tutorials below: Creating a Data Access Layer http://www.asp.net/learn/data-access/tutorial-01-vb.aspx Declarative Parameters...
user's latest post:
Summing columns in SSRS
Published (2008-11-26 16:50:00)
Hi, I was wondering if there was anyway to reference another cell in a report. For example if cell1 is =Fields!field1.Value and cell2 is =Field!field2.Value is there any way I can reference the values of cell1 and cell2 so I could say =cell1+cell2 in cell3 I want to do much more complex logic than this but thats the idea. Thanks, -Jordan
user's latest post:
user cant access reports due to...
Published (2008-11-27 02:07:14)
Hi, Based on the error you described, it should be a general error message thrown by the server side. Could you please make sure that other clients can access the reports at that time? As for the solution to that issue, you may refer the following thread which may be helpful to you. http://forums.microsoft.com/msdn/ShowPost.aspx?PostID=2535069&SiteID=1 Thanks.
user's latest post:
How To: Change Image visibility...
Published (2008-11-27 02:10:48)
Thanks for Your answer... I know that trick and I used it before My Question is if there is a way to trap the Built-In " Export Event " of the report and make custom change. P.S The Way You are suggestion force to do the Query agian ...
user's latest post:
How To: Change Image visibility...
Published (2008-11-26 13:43:00)
What you'd have to do is create an 'export' button, and in the click event pass a parameter to the RDLC report. At that point you have to render the file to it's output type. Just pass in the parameter into the report shortly before rendering, once completed rendering set the parameter back to the default, and then the image will only show on the rendered output file. Call it switching on the 'visible' switch...
user's latest post:
rdlc Report and Object...
Published (2008-11-26 11:49:00)
Well, it seems, it is VS 2008 bug. I created sample website with same exact report and class. I was able to view that object datasource in datasources. And then I again moved that stuff back in my original website, although I was not able to view any object data source in datasource window but report is working. So behind the scene it is working fine.
user's latest post:
Multi-Parameterized Report in...
Published (2008-11-26 14:50:00)
Bugz, You should be able to use AND with LIKES in the WHERE clause: SELECT (values) FROM (table A) WHERE A.employeeID LIKE '%(append parameter in here)%' AND A.employeeName LIKE '%(append parameter in here)%' AND A.passportNo LIKE '%(append parameter in here)%' Depending on the DB you are using you may need to tweak how you append the parameter data with the % signs. Another option would be to...
user's latest post:
How to active two controls to...
Published (2008-11-25 04:20:00)
Hi, If u r using stored procedure write a conditional where by checking parameter values For Ex: if u pass parameter only @cust_mobile the pass only cust_mobile in where conditions SELECT cust_id,cust_name,cust_mobile,cust_email,cust_address,cust_city,comp_name,cust_type,cust_status,cust_tel,cust_fax FROM CCSCustomer if(@cust_mobile <> "") Begin WHERE ( cust_mobile=@cust_mobile ) End...
user's latest post:
sql reporting server deployment...
Published (2008-11-25 10:32:00)
More detailed answer here http://forums.asp.net/p/1352244/2767237.aspx#2767237
|
|
|
|
Latest active threads on SQL Server Reporting Services::
Started 5 days, 7 hours ago (2008-11-27 16:08:00)
by jaymdouglas
Sorry if this is not the correct category to post... 1. I have a reportviewer and I am trying to generate and print as landscape, I cannot figure out how to accomplish this. 2. In my reportviewer I have a table and in the footer is some expressions: =sum(Fields!calc_GSTTotal.Value) How can I format this into a currencey and sum it up? Everything I try give me an error. = ...
Started 5 days, 10 hours ago (2008-11-27 12:28:32)
by D.C.
i got two tables in the report and i want to separate them in two pages, so i create a rectangle between them and set page break. However if the first table's content just fit one page and the rectangle goes to the second page, the page break is on and the second page will become a blank page and the second table will go to third page. Any suggestion or clue to cater this issue?...
Started 5 days, 18 hours ago (2008-11-27 04:51:58)
by brightline
hi all, I want to insert a linkbutton in Reporting Service that performs some thing and how to write the code in its onclick event. I am using ASP.Net 2.0 and SQL Server 2005. Thanks in Advance.
Started 1 week, 5 days ago (2008-11-20 09:37:00)
by SkyKev
I am modifying an older web application written in ASP. A new feature is being added for users to run report showing their account activity. The report was created using Microsoft Reporting Services. The application uses an Oracle database. I can run the report just fine. However, when anyone else tries to run the report the Report Server returns an NTS error. Basically, from IIS to the ...
Started 6 days, 12 hours ago (2008-11-26 10:34:00)
by shlomybsh
Hello Everybody, I Have an Image in rdlc report. in the report i set visibility to false I want that when I Export to PDF or EXCEL To set the Image visibility to true . How I do This? Thanks …
Started 1 week, 1 day ago (2008-11-24 05:30:00)
by robert0304
hi, one of my users that access reports gets the following error message when running them: "the selected report is not ready for viewing. The report is still being rendered or a report snapshot is not available (rsReportNotReady)" I am pretty sure it is due to him recently having vista installed. any ideas?
Started 1 week, 5 days ago (2008-11-20 05:27:00)
by saurin143
please shoe me your code because i have solution but if you show me your code then i can explain it very clearly to you.
Started 5 days, 21 hours ago (2008-11-27 01:43:05)
by Nai-Dong Jin - MSFT
Hi, From your description, it seems that you got that error while ActiveX installation process in IE 6.0. I suggest that you may try the following article. Install the InternetExplorer 6 ServicePack1, and install the ActiveX add-ins again. http://support.microsoft.com/kb/828031/en-us Thanks.
Started 5 days, 22 hours ago (2008-11-27 00:39:30)
by Nai-Dong Jin - MSFT
Hi, SSRS 2008 Rich text capabilities support almost of the html tags. And in your scenario, as you mentioned that your html tags from your rich textbox cannot be shown well in reporting service, I think you have to replace your table tags and use something like div tags instead. As far as I know, there isn’t such tool for you to convert your table tags to div tags. ...
Started 6 days, 1 hour ago (2008-11-26 21:15:21)
by hanney
Hi.. Hi, there Can i know why my report at http://localhost/Reports display the report only 1/4 of screen monitor.. not display 1/4 of my report but 1/4 of my screen monitor.need i change the setting anywhere? Thank you
|
|
Hot threads for last week on SQL Server Reporting Services::
Started 6 days, 12 hours ago (2008-11-26 10:34:00)
by shlomybsh
Hello Everybody, I Have an Image in rdlc report. in the report i set visibility to false I want that when I Export to PDF or EXCEL To set the Image visibility to true . How I do This? Thanks …
Started 1 week ago (2008-11-25 02:13:00)
by amit.jain
Create and set parameters like this Dim parms(1) As Microsoft.Reporting.WebForms.ReportParameter parms(0) = New Microsoft.Reporting.WebForms.ReportParameter ( "cust_name", TextBox1.Text ) parms(1) = New Microsoft.Reporting.WebForms.ReportParameter ( "cust_mobile", TextBox2.Text ) ReportViewer1.ServerReport.SetParameters(parms)...
Started 1 week ago (2008-11-25 15:44:00)
by nornholdj
This question probably has a fairly simple answer but I'll ask it anyways. Is there anyway to write an if - else condition in a field in SSRS? For example in a c++ like format: if ( Field!field1.Value == 1) { printf(Field!field1.Value); } else { printf( "Output Something Else" ); }
Started 6 days, 1 hour ago (2008-11-26 21:15:21)
by hanney
Hi.. Hi, there Can i know why my report at http://localhost/Reports display the report only 1/4 of screen monitor.. not display 1/4 of my report but 1/4 of my screen monitor.need i change the setting anywhere? Thank you
Started 1 week, 1 day ago (2008-11-24 01:51:25)
by Jian Kang - MSFT
Hi, I think the exception description has already explained the cause and how to solve it. Please set the option OverwriteDataSources to true in your first screenshot.
Started 1 week, 1 day ago (2008-11-24 05:30:00)
by robert0304
hi, one of my users that access reports gets the following error message when running them: "the selected report is not ready for viewing. The report is still being rendered or a report snapshot is not available (rsReportNotReady)" I am pretty sure it is due to him recently having vista installed. any ideas?
Started 1 week, 4 days ago (2008-11-21 08:25:00)
by orionb
I have been building reports for a couple of years for various web sites, and have always used the report builder and viewer that is part of VS 2005/2008. The latest web site that I am doing as a survey as one part of it. Several reports that are required for this survey needs like 7 queries, and I could not find any way with the report builder and viewer to build this report. So I spent ...
Started 6 days, 11 hours ago (2008-11-26 11:11:00)
by Shujaat
I am using latest version of VS 2008. I want to bind custum object as datasource in rdlc report. I have this class in my app_code folder. I am unable to see this class in Datasources window to attach as datasource. Yeah, sure I have compiled it before looking in datasource window. Any help/suggestion/work around?
Started 1 week ago (2008-11-25 09:21:00)
by Bugz_2010
Hi Guys, I am trying to prepare a report that will use more than one parameters. I am using the sql statement as "SELECT * FROM Employee WHERE Emp_ID=@Emp_ID OR Emp_Name=@Emp_Name OR Passport_No=@Passport_No " In the webform I am using 3 textboxes named Emloyee ID __________________, Employee Name __________________, and Passport No. __________________. Could anybody give me a ...
Started 1 week ago (2008-11-25 15:02:00)
by nornholdj
This question probably has a fairly simple answer but I'll ask it anyways. Is there anyway to write an if - else condition in a field in SSRS? For example in a c++ like format: if ( Field!field1.Value == 1) { printf(Field!field1.Value); } else { printf( "Output Something Else" ); }
|
|