Web service request failed with HTTP status 401: Unauthorized in ssrs 2008 r2
We have an issue in our production environment where accessing the web service (ReportExecution2005) fails with with an 401 unauthorized error. If I access the http://<machine-name>/reportserver...
View ArticleDoubt on ASP.NET ,Reporting and SQL server
Hello,I am researching on Creating a new web site with ASP.NET with SQL server as my Back end with limited users to access(like 50 users to login or so ) .I have no knowledge of MVC architecture hence...
View ArticleReport for each distinct value from a table
Hi,I need help to conceive a report. My need is to create a one page report which will include Charts, tablix that must be filtered by each distinct value of a table.My table will contain...
View ArticleSSRS for CRM report (Many to Many relationships)
Hi,I am creating Account Summary report which is combination of items per account. I have an Account Entity where I also have a subgrid to add my competitors (Competitor entity).How can I go about...
View ArticleSSRS problem with FetchXML code and Paramater.. Please help!
Hi all,I am a rookie at building reports and trying to putt together Account Summary which basically has 8 other reports from CRM.I created paramater which allows me to choose froom list of accounts....
View Article=Sum(ReportItems!FinalCost.Value, "group_1") problem in group footer
Hi,Im currently writing a report in SSRS which requires to take data in the fields, manipulate and perform functions on it then display it within its own textbox. For example the field Cost is...
View Articleclass/method not appearing in Available Datasets list after selecting data...
I am using visual studio 2012 to create a report based on data that is retrieved via a business object class. I have done this many times but this time I am having an issue where the class I want to...
View ArticleFix table size in rdlc report.
Hi all,I'm new working with report rdlc in asp.net MVC4.Now i want to fix table size in rdlc report, however i don't know how to fix size for table in rdlc report.Please support and give me your ideas...
View Articlecreate .pdf file from a stored procedure
Hi therei am looking for a way to create a .pdf file from execurting a stored produre. where i read data from the database and create a custom letter to users and where the user can print the .pdf...
View ArticleFix table size in rdlc report
Hi all,I'm new working with report rdlc in asp.net MVC4.Now i want to fix table size in rdlc report, however i don't know how to fix size for table in rdlc report.Please support and give me your ideas...
View ArticleExport to PDF missing data
I have a main report with about 25 subreports (some nested), not all of which are used every time. This morning I noticed that the last 2 pages of some of the reports are now blank when being exported...
View ArticleOracle apps policy with C# mo_global.set_policy_context
How to allow the policy to use Oracle Views (Applications) before report (RDLC) in Report Viewer.Something like this:SELECT AMOUNT_APPLICABLE_TO_DISCOUNT From AP_INVOICES_VI need to call this PL/SQL...
View ArticleFace problem with rdlc report layout
Dear All,I'm making rdlc to display data and genarator to .pdf file.Howver when i set textbox in rectangle and textbox property can't grown, but when i show data to web, layout not same my setup.How to...
View ArticleEnable Export Data Feed option SSRS report
Hi All, I am working on SSR reports and I required to get the "Export Data Feed" option in the SSRS which it is not visible.I had added the below tag in render section closing tag,But I don't...
View ArticleSSRS format
I have an expression =(Fields!Guaranteed_Value.Value) which gets me a value 456.98, I want to get R456.98, I tried this expression ="R"+(Fields!Guaranteed_Value.Value) but I an error. help.
View ArticleBinding Excel worksheet to SSRS rdlc
I am very familiar with SSRS. I'm trying to connect a Excel worksheet to a SSRS rdlc. I have been able to create a datasource and a dataset. But after I create the data set and try to preview the...
View ArticleSSRS Date Field
I have a date field, =Fields!ModificationDate.Value. But its not showing any date. Not sure what I need to do.I added a textbox and attached this field and picked one of the date format from Number..
View Articleprint problem in rdlc
Hi,I have rdlc report and am adding print button to print that rdlc report.The print option is working fine in my local machine.after uploding to server print option is not working..and it is...
View ArticleChange embedded image of a image control in a Microsoft Report rdlc in code...
HelloCan someone tell me how to change the image propertie "Use this image:" of a image control in a rdlc report in codebehind using c#?I have to emmedded images pic1 and pic2 in the report dataThanks...
View ArticleSSRS can display data in Preview, but it is fail to display data in report,...
Hi Guys,my report works fine in "Preview" and data can be present. But in report data is blank(Table can be present with column name). Below is my SQL query and i just paste the script into Dataset....
View Article