Questions tagged [microsoft-reporting]

103 questions
18
votes
4 answers

Using Dataset for Microsoft reporting

When we use SSRS to create reports, we can use query box in Dataset window to create custom queries. But in local reports (.RDLC) when we want to create reports we should set a designed Dataset for report. The problem is when we have 100 reports we…
Arian
  • 12,793
  • 66
  • 176
  • 300
15
votes
3 answers

Column repeat direction in microsoft report viewer

I am using windows form to generate Identity Card using c# and Microsoft report viewer. Everything is working fine except I could not find column repeat direction in Microsoft report viewer. Current Scenario My report paper size is A4. Each page…
nightfire001
  • 759
  • 3
  • 20
  • 50
13
votes
3 answers

A Tutorial For Microsoft Report In WinForm Applications

I am using Microsoft Report in My WinForm Application Project.I am some problem with expressions and group and even filters and many thing else.I am looking for a compelete tutorial for Microsoft Report.But I didn't found any tutorial until now.Can…
Saleh
  • 2,982
  • 5
  • 34
  • 59
8
votes
0 answers

RDLC Local report viewer for ASP.NET Core v3.x

I have a lot of reports with Microsoft Report. I have migrated all my other projects to ASP.NET Core v. 3.1. I want to keep my report in rdcl because are easy to update in Visual Studio. In my solution I added
Enrico
  • 3,592
  • 6
  • 45
  • 102
6
votes
1 answer

Why isn't the Visual Studio Report Data screen showing all the available Datasets?

In the below example I have a number of public classes that are defined in a namespace. These are going to be instantiated, bound to ReportDataSets and handed off to my ReportViewer control to generate a report from my report definition files. When…
5
votes
6 answers

The source of the report definition has not been specified

I'm using the following code with which I'm trying to SetParametr : var report = new ReportParameter[1]; report[0] = new ReportParameter("MyName", "Raha"); var reportDataSource1 = new ReportDataSource { Name = "WpfApplication17_User",…
MMD MNC
  • 149
  • 1
  • 5
  • 12
4
votes
1 answer

ColdFusion Reporting Options

We currently use Report Builder with ColdFusion. This Report Builder hasn't seen any Adobe development in around 5 years and doesn't look like it will see any soon. I need a scalable reporting solution that will work in the cloud without huge…
4
votes
2 answers

How to populate Crystal Reports with SQL

Since there doesn't seem to be any way to load old VB6 (ActiveReports) reports in .Net, I need to recreate dozens of reports in .Net. I'd like to do this in the least painful way possible. In VB6, the original authors simply did something like this…
BlueRaja - Danny Pflughoeft
  • 84,206
  • 33
  • 197
  • 283
3
votes
1 answer

LocalReport.SetParameters Exception An attempt was made to set a report parameter 'ParameterName' that is not defined in this report

i have two buttons (button1, button2) the two buttons open two identical report except that report2.rdlc has a string parameter if i pressed button1 first the message box show parameters count = 0 (as expected) and i get report1.rdlc displayed in…
George Botros
  • 4,127
  • 3
  • 28
  • 50
3
votes
2 answers

How to conditional highlight fields in a Microsoft Reporting Services RDL report?

I've got an RDL report that is a roster -- it's a grid: each row represents a day each column represents a task each cell contains the name of the person doing that task on that day. I'm serving the reports off a MS Reporting Server. I'd like to…
Stewart Johnson
  • 14,281
  • 7
  • 61
  • 70
2
votes
0 answers

Is there a way to show a string between a tablix and the end of the page?

I need to show a textbox with a static content after a tablix in order to cover the white space of the page, if there is. I tried with a textbox (with the same height of the page) below the tablix but it appears only on the first page and not in all…
gsarme
  • 113
  • 3
  • 14
2
votes
1 answer

(MicrosoftReport OR CrystalReport ) in C#

MicrosoftReport OR CrystalReport ? Which is better?
stackBest2
  • 61
  • 3
2
votes
1 answer

Power BI dynamic filtering according to user account

I want to develop indicators using Microsoft Power BI. I have a Datawarehouse on SQL Server and I directly query from the DW. I would like to display different information according to the user accessing the report. I didn't find a way on how I can…
2
votes
1 answer

How to set custom location for rdlc report on IIS?

Although I can create rdlc report in debug mode, I encounter an error "Access to the path 'C:\xxx.xlsx' is denied." After looking on the web for workaround, I see that lots of the solutions suggest to give permission to the C drive for IIS user.…
Jack
  • 1
  • 21
  • 118
  • 236
2
votes
2 answers

RDLC Report Data not refreshing and crashing Visual studio

I am asking this question because I had a lot of problems with getting the report data to work with my report and the other answers did not work for me. Task: The data source of the report is outdated and needs to be refreshed. Problem: Refreshing…
MCollard
  • 926
  • 2
  • 20
  • 39
1
2 3 4 5 6 7