python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
RDLC | TextBox Join distinct on Group
I have RDLC Tablix which has data below. My table is grouped by 1st column.
the red highlighted column shows the join value comma separated with respected to the 1st column.
However there is repeatin...
Mohammed Ameen
Votes: 0
Answers: 0
Crystal Reports /rdlc reports in Java environments
I'm looking for a way to use pre-designed rdlc reports or Crystal Reports in Java environments, such as IntelliJ or Eclipse.
Thanks for your time everyone!
So far I've found out about JasperReports an...
ismitb
Votes: 0
Answers: 1
I am trying to create an RDLC Report in C# with multiple SQL Queries. Is this possible? I've included a picture with the Layout I am trying to create
Basically every text box/tablinx is associated with a SQL Query
First text box Ship quantity
private SampleData GetData()
{
string constr = ConfigurationManager.ConnectionStrings["...
kvj
Votes: 0
Answers: 0
Creating a Report in C#/.NET that Queries a SQL Server
I have been tasked to create a report that queries multiple instances of data from a SQL Server.
The SQL Server side of this is complete as I already have all the SQL queries and views and tables alre...
kvj
Votes: 0
Answers: 0