Explore topic-wise InterviewSolutions in .

This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.

1.

How to add a hyperlink to RDLC

Answer»

To add hyperlink to our rdlc we start this by adding a new column to the table taken by us to BIND data to rdlc here i have taken a product table. To start we open RDLC and add a new column to the table (Product) as per below image




rdlc

After this we add text to HEADER as WELL as to row LIKE below image put Details in header and Product website to row.



rdlc column

Now we do right click on the row and select option TextBox properties as per below screen



rdlc text


Now select as per below screen

rdlc link


we can also add parameter to url by GIVEN below screen

rdlc url