Viewing 15 posts - 16 through 30 (of 43 total)
can't you put this selection logic in Stored procedure and just pass the report parameter to the stored procedure?
June 2, 2008 at 12:34 pm
You can use the query like this in your report
Query:
select Field1, Field2 from Table1 WHERE (Field1 between @FromId AND @ToId) OR Field1 in (@SelectedList)
Parameters:
Allow Null to @FromId and @ToId (single...
June 2, 2008 at 12:23 pm
Didi you try format() function to display it in text box?
June 2, 2008 at 11:15 am
did you selected "Allow Null Value" option for your report parameters?
June 2, 2008 at 10:36 am
Example:
EXEC StoredProcedureName @Parameter1, @parameter2,....
June 2, 2008 at 10:32 am
Hi,
It is very simple to use Range in Reporting services. Just create two new report parameters for "FromValue" and "ToValue". Pass them to your query/stored procedure same as you are...
June 2, 2008 at 10:23 am
Hi,
You can use RowNumber() function to get the Running record number. You have to provide "Scope" for the number you want (Dataset/group ect).
June 2, 2008 at 9:26 am
Hey
Okay. You are going in a right way if you need it to export to excel. I did it in some of my reports. Its really a very time...
May 30, 2008 at 5:09 pm
Hi
Did you try Multiple Value option with "From Query" for Default Values for your report parameter?
May 30, 2008 at 10:13 am
The problem doesn't mention that exactly error occurs with report. But it posted under the Reporting services I would like to share my information on that.
I had this problem when...
May 30, 2008 at 9:51 am
Sorry, xml was not shown in my last reply
You can add identity impersonate="true" Username ="" Password =""
tag to web.config
May 30, 2008 at 9:39 am
You can add
in your web.config to give access to the Report folders for windows authentication
May 30, 2008 at 9:37 am
Hi,
I created the same with following steps
Please try it
Step1. Merge all the static column header cells of matix
Step2. Place a table in the merged cell
Step3. In table, create as many...
May 30, 2008 at 9:25 am
You can also browse it from IIS
Website --> Default Web Site --> Reports.
AND
Website --> Default Web Site --> ReportServer
Right click on the Reports/ ReportServer and then click Browse
May 30, 2008 at 9:11 am
gr8...Keep posting the solutions so other can find it
May 30, 2008 at 9:03 am
Viewing 15 posts - 16 through 30 (of 43 total)