Ok, it has been a very long time since I did this last so I am feeling like the village idiot. What I'm trying to do is list out a users' First and Last name in one cell, then under that, list all applications they have access to. What I get is
+ Last Name
+ First Name
- App1
- App2
- App3
- App4
What I am instead trying to do is make it look like this:
+ Last Name, First Name - App1
- App2
- App3
- App4
Trying to get Last and First Name to be one Parent field and the apps to be child fields.
MSDN Community Support
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.
Hi Deepak, do you have any good tutorials that show how to create rdlc reports from start to finish? I seem to have forgotten a lot more than I realized.
MSDN Community Support
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.
All-Star
35218 Points
9955 Posts
Moderator
Need help desiging an RDLC report
Jul 06, 2017 08:02 PM|bbcompent1|LINK
Ok, it has been a very long time since I did this last so I am feeling like the village idiot. What I'm trying to do is list out a users' First and Last name in one cell, then under that, list all applications they have access to. What I get is
+ Last Name
+ First Name
- App1
- App2
- App3
- App4
What I am instead trying to do is make it look like this:
+ Last Name, First Name - App1
- App2
- App3
- App4
Trying to get Last and First Name to be one Parent field and the apps to be child fields.
Contributor
2990 Points
1210 Posts
Re: Need help desiging an RDLC report
Jul 07, 2017 06:55 AM|Deepak Panchal|LINK
Hi bbcompent1,
so its looks like you want to merge Last Name and First Name.
you can try to use Expressions.
OR
Reference:
How to concatenate values in RDLC expression?
Using Expressions in a ReportViewer Report
Regards
Deepak
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.
All-Star
35218 Points
9955 Posts
Moderator
Re: Need help desiging an RDLC report
Jul 07, 2017 04:30 PM|bbcompent1|LINK
I'll give that a whirl Deepak, I'll let you know after I try it. Thanks!
All-Star
35218 Points
9955 Posts
Moderator
Re: Need help desiging an RDLC report
Jul 17, 2017 10:48 AM|bbcompent1|LINK
Hi Deepak, do you have any good tutorials that show how to create rdlc reports from start to finish? I seem to have forgotten a lot more than I realized.
Contributor
2990 Points
1210 Posts
Re: Need help desiging an RDLC report
Jul 18, 2017 08:51 AM|Deepak Panchal|LINK
Hi bbcompent1,
you can visit links below may help you step by step creating RDLC Reports.
How to create RDLC report step by step in ASP.Net using C# and VB.Net
create RDLC report in asp.net
for windows application you can refer link below.
Create RDLC Report, Page Break, Repeat Header Row in Visual Studio 2010
Regards
Deepak
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.