Tagged Questions
0
votes
1answer
41 views
Restricting Date Value of Parameter in SSRS
I have two parameters: Start Date and End Date, that filter records to include only those in this range.
Issue one: End date cannot be earlier than Start Date - I have a solution currently that just ...
0
votes
1answer
51 views
JQuery date picker how to know user enters the data in DD/MM/YYYY format
I am using a JQuery date picker in my project. I would like to know whether the user enters the input in DD/MM/YYYY after entering data in the datepicker text box? Or is it possible with a user can't ...
2
votes
1answer
37 views
SSRS Parameter - default to next business day
What is the formula to default a parameter in SSRS to the next business day?
I know I can create code to calculate it, but I was hoping there was a single line of VB that I could use as a default to ...
0
votes
0answers
38 views
Calender control not worked in Chrome
I have added input parameter as datetime and a datetime picker shown in firefox. But in Chrome I can't see the picture of datetime picker. Could you please help me.. I have searched in google and able ...
0
votes
0answers
53 views
Subreport data retrieval error
I have a main report (reportA) generated from tableA and a subreport (reportB) generated from tableB, where the two tables are linked from a field that is PK in tableA an FK in tableB.
I have created ...
0
votes
0answers
21 views
Access production SSRS reports from Visual Studio 2010
Should I be able to access production SSRS 2008 reports from VS 2010? I presently get a 401 error. However, the production reports work fine from the production site and the test reports work fine ...
1
vote
0answers
36 views
SSRS Pull Image variable from file
I'm using Visual Studio 2008 to create a report and I have an image control that I want to link to a dynamic file name that comes from my database. Unfortunately, they need to be changed before I ...
0
votes
0answers
53 views
SSRS Center and Resize External Image
I'm using Visual Studio 2008 to create a report and I have an image control that I want to link to a dynamic file name that comes from my database. Unfortunately, they can be various sizes but need to ...
0
votes
2answers
147 views
Report Builder 3.0, how to sort on a calculated field
I'm using Report Builder 3.0 with SharePoint Lists in SQL Server Business Intelligence Development Studio.
I have a textbox on the Tablix that calculates data from several fields using a VB.Net ...
0
votes
0answers
170 views
Function VB.NET for printing report
I have created a .rdl report with SQL Server Reporting Services, and integrated It in a VB.Net application.
The users, by inserting value in textboxes, can query the report.
Now i want to print the ...
0
votes
1answer
69 views
How do I return a list of integers using a VB.NET function?
I am working on a report in SSRS2005 where I need to use some VB.NET code to go out to a different database than the one in the report and return a list of integers (user IDs). I need to use some ...
0
votes
1answer
107 views
VB Function to return records based on a date parameter & date field OR another date field (Visual Studio 2008, Report Builder 3.0, SharePoint Lists)
Another question sourced from this tricky environment and my inexperience. It seems like VB Functions are the only way I can deliver on some of these report requirements.
I have a situation where a ...
0
votes
2answers
40 views
Printing at 11.5 inch in SSRS
I have an SSRS data report. The interactive size and paper size, both are set to 8.5 X 12 inches. But when I print this report, it does not print at 11.5 inches.
The bottom margin is also set to 0
...
0
votes
1answer
153 views
SSRS Report Fixed Width & Column break
I'm using a Matrix inside my Report with Dynamic Rows & Columns, and of course more columns means increasing Width, So Is there is any way I can have a Column Break after 'N' number of columns so ...
0
votes
0answers
141 views
rdlc not always rendering
I am using Visual Studio 2010 and VB and created a rdlc report.
It displays correctly, but if I display a number of reports eventually either only part of the report is displayed or no report is ...
1
vote
0answers
202 views
Using ASP.NET ReportViewer control in a background thread
I have an application that renders around 100 reports as PDF's and saves them to the disk using asp.net Report Viewer control with SSRS 2008. I'm trying to run this method, called ProcessReports, in ...
0
votes
1answer
181 views
In SSRS, how do I make a drop-down parameter visible only if a previous parameter has one option chosen?
I have a situation where I want to make a drop-down parameter visible only if a previous multi-drop-down param. has one choice chosen(out of many choices).
Wht i've triedso far is to set the ...
0
votes
2answers
150 views
Query in SQL Server Reporting Services (SSRS)
I'm creating a web application in VB.NET and ASP.NET.
Now I'm developing the report part.
I have imported an SSRS report in ASP.NET using the Report Viewer Control and then I create a specific ...
2
votes
2answers
218 views
Reporting Services: Getting reporting services path
I have a list of reports what are using assemblies to be localized. Theses assemblies should be placed on the installation path of reporting services. One task of deployment is copy these assemblies ...
0
votes
1answer
137 views
Can i sum a multilookup values in reporting services 2008
I have a case where I need to search for fix numbers (months ids from 1 to 12), in another dataset and return the sum of of return field.
I used MultiLookUp function it should be something like ...
0
votes
1answer
49 views
Using RS utility to deploy report using database driven directories
I am trying to use RS utility on my vb.net script to deploy report as I loop through my table that has a list of all the reports, folders, datasources, linked reports, roles and so on. Is it possible ...
0
votes
2answers
151 views
Is there a way to use datasets from custom assemblies to populate SSRS datasets?
I am tasked with converting some RDLC files to RDL that define their datasource with compiled VB.NET. Translating the code to TSQL is complicated for some of them, and it would be prudent to use the ...
0
votes
1answer
151 views
Report Designer V2.0 Custom Code Unable to pass a parameter as type Date
I am attempting to create a report using report designer V2.0 and have written a VB function to calculate the number of weekdays between two dates.
I have written the code in vb.Net and ported it ...
0
votes
1answer
96 views
Convert average(decimal) into years, months and days
i have been doing some calculation and able to find my solution. but i want to go back to convert my average(587.3) into years, months and days.Im using (ssrs 2008) for reporting.i have my ...
1
vote
1answer
107 views
How to reference an object from SSRS's Code pane?
How to reference an object from Code(After of Page Setup, before References) ?
For example, given this class:
How can I use that object in Code pane, I tried this but it doesn't work:
Public ...
0
votes
0answers
127 views
Reporting Services - Passing the current report's parameters to a ReportExecution function
I integrated SSRS into our CRM software. The user clicks on a button - and a report with the parameters for the current account\card opens in an IE window.
I want to implement a button which will ...
-1
votes
2answers
119 views
detect and Sum Year,Months and Days
i have my code below which works fine before,to display as years,months and days.so as the one below i sum it up to display as days only that i do some conversions.i face some minor problems in my ...
-1
votes
3answers
310 views
convert years and months into days in vb.net [closed]
convert years and months into days.first convert back to years and months and now want to convert back to days.code is like the one below
if len >366
len1 = cstr (math.floor(len/365))
len = len ...
0
votes
0answers
84 views
Prevent a report from getting a timeout error
I have created a report for SSRS. The report calls a stored procedure which takes 4 or 5 minutes to run. At the moment, running my report causes a timeout error.
I've already:
set "Do not report ...
0
votes
1answer
232 views
How to print page-wise totals at the end of every page using table
I'm trying make a report which contains some prices on every row, and I want to print the sum of prices -which are printed on the page- at the bottom of every page. I don't find it smart to print the ...
1
vote
4answers
1k views
Addition of two field values in SSRS report expression
I am trying to add two report fields in a placeholder expression in SSRS reports:
= SUM(Fields!TOTPRICE.Value) + SUM(Fields!TAX.Value)
But when I run the report i am getting error in the ...
2
votes
1answer
372 views
SSRS Decrypting database column throws error “Value cannot be null. Parameter name: inputBuffer”
We have a database field that is encrypted in a C# MVC app using Entity Framework. That part works fine for encrypting and decrypting. We need to show this data decrypted in an SSRS report.
I've ...
1
vote
1answer
339 views
Custom code to fix #Error showing in SSRS reports
I have a few reports built using Report Builder 3 for MSSQL 2008 Reporting Services.
Some fields in my report are showing "#Error", instead of this I want to show only a simple "-". Is there any ...
0
votes
1answer
414 views
SSRS Expression Sum Between Numbers
I am seeking assistance with creating a VB expression in SSRS that subtracts SUMS. I have a dataset that has accounts and corresponding money/amount values. I need help creating an expression that ...
0
votes
1answer
501 views
vbtab in reporting services 2008 expression
i am trying to use tabs in reporting service 2008 expression on a particular textbox.
i have tried using three tabs (& vbTab & vbTab & vbTab &) between field name and value for two ...
1
vote
0answers
691 views
Generating a SSRS report with ReportExecution2005 in VB.net - “The session identifier is missing.” Error
I'm trying to build a function that will generate a report from a Sql Server Reporting Services server in PDF format. I'm using the ReportExecutionService Class. The code is written in VB.NET (.NET ...
0
votes
0answers
186 views
handler rendering image from ssrs [closed]
i have an issue with a chart image displaying on page
--aspx page
<img id=img1 runat=server />
--aspx.vb
img1.src = "handler.ashx" (not shown are parameters to ssrs report object)
...
6
votes
1answer
392 views
reportviewer bar chart, bar width incorrect
I have a problem with a report that is build using report builder 2.0, on a sql2008 database (latest service pack installed), reporting services Version 10.0.5500.0.
The problem is that the bars are ...
0
votes
1answer
139 views
How to get font width and height in pt or inc.?
How can I calculate width and height for symbol of specific font family.
For example I have Courier New (size 12pt). Can I calculate width and height in points or in inches for each symbol of this ...
0
votes
1answer
258 views
Deploying a VB.Net application that includes SSRS reports to a customer's computer
We created a VB.Net application which includes SSRS reports that runs on my development computer.
Do you know of a step by step guide that steps us through deploying the reports on our customer's ...
1
vote
0answers
374 views
How to show a drillthrough report below a main report in SSRS 2008 R2 using the reportviewer
I'm using the ReportViewer with ServerReports, SSRS 2008 R2 and VB.NET. I'm using the "Go to Report" Action to link the reports together. The default functionality when clicking a link on an SSRS ...
1
vote
1answer
344 views
RDLC 'export' option showing up behind the data
I developed a few rdlc files that I am using in my asp.net/vb.net project. the reports load great, but when I click 'export' in the toolbar, its showing up behind the data
I figure I could play ...
0
votes
0answers
324 views
Winforms.Reportviewer.XMLSerializers is missing… But why does my app need it?
I've got a winforms application that has a reportviewer control docked within a devexpress.Xtratabpage control. I've already created a report in SSRS and want the report viewer to display this report ...
0
votes
1answer
208 views
Report Viewer loing Parameters when select NEXT PAGE
This is a funny. I open a new window after passing parameters through to it. In this new window is my reportviewer control. I load the control and all displays well, until I click on the VIEW NEXT ...
1
vote
1answer
1k views
RDLC - Report : Repeat table multiple times
I am designing a rdlc report in vs2008 for windows application. I want to display the purchase and sales based on department. If i select one department it works fine but have no idea about how to ...
0
votes
1answer
2k views
ReportViewer, vb.net, and PARAMETERS on Remote Server Report
I may seem dumb but this has had me going around in circles.
The report sits on the Report Server and requires ONE parameter "GROUPNAME". my code gives me a cast error when I try to set the ...
0
votes
0answers
981 views
System.Web.Services.Protocols.SoapException when I call an SSRS report from my VB.net app
Hi I have an application (VB.ASP.NET) which is supposed to execute various reports (in a gridview populated from a TABLE in SQL Server DB). I need to pass parameters to these reports which have been ...
0
votes
1answer
1k views
SSRS Report called from ReportViewer control displays no data in the report when called with a parameter
Can you look at my coding and let me know what I'm missing or doing wrong?
I have a SSRS report that is called from a ReportViewer control and the ProcessingMode for this control is Remote. The ...
0
votes
1answer
1k views
Looking to call a SSRS report with a parameter from VB.Net code
I have a SSRS report that contains a parameter called @playerID
Can you show me what coding I need to add so the report can be run using the parameter?
Private Sub Form1_Load(ByVal sender As ...
0
votes
1answer
315 views
SSRS report expression - null being treated like zero?
Consider this SSRS value expression :
=IIF(First(Fields!MyCol.Value, "MyDataSet")=0, "yes", "no")
MyCol is a Nullable column. I want "yes" to be output only when MyCol equals 0. The code above ...

