I am looking for recommendations on a reporting alternative that I can use in my ASP.NET applications, against a SQL Server 2008 database, that will run under a \"Medium Trust\" security option.
I keep getting the errror \"Execution \'APPLICATION ID\' cannot be found (rsExecutionNotFound)\" using SQL Server Reporting. It keeps happening for the same user, with the same application ID. While i
SSRS 2008 reports are being developed using T-SQL Queries. The requirement is to display the numbers in Indian format. E.g 1234568 should be shown as 12,34,568. SSRS is applying thousand seperator(i.e
When exporting my simple data report to Excel (Using ReportViewer in localmode) I can sort the table data fine but I have images in all of the rows and they do not sort with the data.
Below is the snippet of an mdx query used in a report. with member [Measures].[Leased Coin In] ([Machine Dimension].[Leased Flag].&1 , [Measures].[Coin In])
I have a SSRS 2005 report form that is printing to a Zebra ZDesigner TLP 2844-Z label printer.The Interactive and Page sizes are set to 4\" wide by 3\" high.Since there is no paper orientation in SSRS
I am using the following expression in a local report for a WinForms application, but I receive \"#Error\" when the field value is null:
I have a SQL Server Reporting Services local (i.e. RDLC) report displayed in a ReportViewer, with two subreports. I am using business objects to populate the datasets. What is the best way to populate
I need to use an image to submit a form that contains the SSRS parameters that get passed into the report.
I have a report in SSRS and one of the parameters I use is Cities.The user can select from a list of cities to pull the report for that location, or multiple locations.My datset is simply a select * f