Grouping
Hi I have 5-6 groupings but i want that Grouping columns should not get displayed. How it can be done.Thanks
View ArticleRemove or Disable hyperlink from Excel report while exporting it from RDLC...
Hi Experts,I want to disable or remove hyperlink from Excel report while exporting it from RDLC Report in Visual Studio 2010.I tried following code but its not working in VS...
View ArticleHow to Paginate on a child group
I'm mimicking a Crystal Report, where the parent group is a doctor, and the report lists data about all his patients for the day (child group).In CR, for a particular doctor, 41 patients shows a total...
View Articlecolor based on Time in Report Viewer asp.net
Hi,I have a report done using report viewer in asp.net .EMPLOYEE123Emp 1IN8:09AM8:12AM8:40AMOut2.03PM2.05PM2.10PMEMP 2IN8:35AM8:15AM8:10AMOut2.10PM2.10PM2.11PMI want a display a color based on Time.If...
View ArticleType 'Warning' is not declared
We copied a website and SQL database from a 2008R2 Server to a 2016 Server and are getting the error above on a code page on the new server. This happened once before and old notes indicate was fixed...
View ArticlePDF format in SQL 2016
Is there any way to render a PDF to a file rather than to the browser using SQL Server 2016?
View ArticleMultiple Selection
Hi In Parameters i am displaying dropdown with Allow Multiple Values ticked. I want checkbox option in front of this parameter . When clicked some options to get removed from the list. Is it can be...
View Articleweb form ssrs report date icon not displaying
I have an ssrs 2010 report that has a date icon on 2 of the parameters that are dates that runs on an ssrs 2012 report server. This report is accessed by running a vb.net 2010 web form application via...
View ArticleParameter
Hi I have 4 Parameters . I added another Parameter . I want this Parameter to appear at position 2 in Parameters Selection at runtime.Thanks
View ArticleColumns LImit
Hi We are using Sql 2008. There is restriction of 256 columns in Export to Excel . I s it possible that 150 columns on 1 sheet then next on another sheet & so on.Thanks
View ArticleDisable Parameter
Hi I have 2 Parameters . Location which has multiple selection option & another Parameter as Yes/No. I want if Yes option is selected then Location Parameter gets disabled with all Values in the...
View ArticleDynamic Web Form to capture all input(Required Parameter) of the selected...
Dear All,In an ERP Web Application, One form which would shows all the SSRS Report of the ERP Application. on User selection, I need to capture required input / Parameter of the selected report....
View ArticleUnrecognized identifier
Hi I am getting above error on below expression=Ceiling(Code.MyFun(Fields!LCode.Value)/5) . In Custom Code below is the code Dim FlagTable As System.Collections.Hashtable Dim Flag AS Integer Function...
View ArticleColumn Break
Hi How we can add Column break . Data is displayed in a Matrix. Column Grouping is on Location. I want after every 2 Locations , data should be displayed on next Worksheet . Location 1 & Location...
View ArticleReportViewer returns "The request failed with an empty response."
HiI use report viewer in my asp.net mvc app as below : ReportViewer viewer = new ReportViewer { ProcessingMode = ProcessingMode.Remote, //AsyncRendering = true, //EnableTheming = true,...
View ArticleReport Viewer Async
I am getting a Session timeout when using reportviewer control.I code DynamicReportViewer.AsyncRendering is set to False .Would it enhance performance if I change it to True.Any inputs which is...
View ArticleHow this code works
Hi How this code worksDim FlagTable As System.Collections.Hashtable Dim Flag AS IntegerPublic Function MyFunc(ByVal NewValue As Object) As Integer If (FlagTable Is Nothing) Then FlagTable = New...
View ArticleColumn Group Page Break
Hi I have Matrix Report . I want Page break after every 50th columnThanks
View ArticleSQL connection error
We copied our SSRS reports from a 2012 server to a 2016 server. When I try to edit a report using VS 2017 and click on the dataset I get the following error regarding the sql data source. The reports...
View ArticleConcatenate
Hi I have created 1 group on basis of 3 columns (Country,State,District) . I want to concatenate particular column value of all the rows group wise. Can we use Lookup function.Thanks
View Article