I need to create an SSRS report in Visual Studio 2017 in which I need to show students information. Only the interest section of student should be shown inside a table
I have the following information.
STUDENT ID: 1234 NAME: ABC CLASS : X A
INTEREST | SINGING | DANCING | SPORTS | INSTRUMENTS
| YES | NO | YES | YES
STUDENT ID: 4321 NAME: XYZ CLASS : X A
INTEREST | SINGING | DANCING | SPORTS | INSTRUMENTS
| NO | NO | YES | NO
The above is a list control which shows each student details class info and interest info. Here the interests section should be shown inside a table.
Could you please tell me how to do this.
Thanks in advance