Client Certificate Custom Authentication
I'm running into an issue when trying to implement custom authentication using client certificates, with the sample forms authentication setup from...
View ArticleSSRS 2016 Custom Authentication
Currently I am implemented the SSRS 2016 Custom Authentication via https://github.com/Microsoft/Reporting-Services/tree/master/CustomSecuritySample2016 I have an external web application with only a...
View ArticleSSRS ReportServer URL Access Multi Value Parameter Select All
Hi All,I am trying to develop an app which will run any number of SSRS reports in vb.net using the URL access functionality. I have a simple example working perfectly with regular single input...
View Articlehow to decrease height of header at runtime
I have a Report Viewer with Header.visible = true.on the Header, I have some control: textbox, label, PageNumber,... there is have 4 rowsI want to hide all control in first page and hide on next page...
View ArticleError message every time I try to add a new item to a project
I am using Visual Studio 2019 and every time I try to add a new item to a project I get an error message that says "Member not found. (Exception from HRESULT: 0x80020003 (DISP_E_MEMBERNOTFOUND)). I am...
View ArticleMultiple and then SUM in SSRS
Hi mates,I am a newbie in SSRS but would like to get the sum of a multiplication.Example.I did this in my .aspx file:Cons128Day = (Total128 * 3.72) * 10; AND THIS:Cons160Day = (Total160 * 3.40) *...
View ArticleHow I connect SSRS report by using webconfig Connection Str (instead of...
Hi,Im a beginner at SSRS reports, I have designed SSRS report by using DataSource + DataSet I can able to view well. I would like to publish the same SSRS report on my aspx web application page, by...
View ArticleMicrosoft.ReportingServices.ReportViewerControl.WebForms version 150.1404.0...
The HTML returned by the reporting services viewer is missing the " at the end of the src attribute. It's resulting in:<img...
View ArticlePrinting Barcodes
Using SSRS 2016, I have a report that uses code 39 barcodes. I found and installed a free 39 barcode font. The report renders the barcodes correctly. However when the report is saved to a PDF it...
View ArticleEliminate merged columns when exporting to Excel
Hello - I am using Report Builder and have a sub report which is running against multiple servers to return information on the most recent backups for each database on each server that it runs against....
View ArticleBinding C# Entity Framework dataset to Remote SSRS (.rdl) from inside ASP.NET...
//My Controller. public ActionResult ExpectedSales(string[] Quarter, int Year, string[] Divisions) { try { int myQtr = GFIHelper.GetQuarterNumber(Quarter); string ProductDivisions =...
View ArticleSQL
What is wrong with this code? It's not working $sql = ("SELECT id, title, price, textbooks_id FROM `books`, `textbooks` WHERE books.id= textbooks_id.id LIMIT 1 "); Nerakar M G: $query =...
View ArticleInsufficient Permission
Hi<div> While deploying report - The permissions granted to user 'XYZ' are insufficient for performing this operation. 0 0</div>Thanks
View ArticleShow .RDL in Web
I have .rdl reports created with parameters and data sets with queries, I want to have a web page where I can manage and export those reports, but when I create an ASP.Net web app all I have found is...
View ArticleSSRS Background Colour with Rules
Hi All,I written thisParameters!AgreementTypeRule.Value = "test,test2"=IIF(Split(Parameters!AgreementTypeRule.Value,",").Length=2, IIF((Fields!LatestAgreementType.Value Like...
View ArticleSSRS preview mode look different on reporting server
I was using SSRS to create some reports. it look perfectly fine on the preview mode in Visual Studio. However when it was deployed into Report Server it appear to be disoriented. To add on, I did used...
View ArticleERROR WHEN EXECUTING A REPORTING SERVICES 2008R2 Advanced Services
I have SQL server 2008R2 version Advanced Services and reporting services installed on my computer. To do this, design a report which connects to a remote server that contains the database with the...
View Articlereportviewer webcontrol link to jquery.min.js shows 3.1.1 version ?
<script src="/abcd/reservered.reportviewerwebcontrol.axd?OpType=Resource&Version=15.0.1440.0;Name=Microsoft.Reporting.WebForms.Scripts.Jquery.min.js"...
View Article[resolved]Disabling excel export options on SSRS report viewer in VS 2012
Hi,I want to disable excel export option from report viewer. I looked the thread https://forums.asp.net/p/1850143/5175139.aspx?Re+Disabling+export+options+on+SSRS+report+viewer+in+VS+2012.I tried...
View ArticleAdd condition on group level
I have 3 columns (number, code and comments). I have groups values on 'number' (1001, 1002, 1003). this is requirement. I have code values (IN, OUT). I need to set color condition where product is IN...
View Article