Click here to Skip to main content
15,887,214 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
C#
In a rdlc report I have a dynamic row Name Subject Name.I have column in this table naming GPA which will show one value.Now I want to align the text middle in the column though the row is increasing.I dont have any row group

http://i65.tinypic.com/33oi8pc.png[^]

The problem can be understood by above picture.Where subjectname is coming in row but I want to show the GPA once and in the middle of the column

What I have tried:

I have tried the text box property Vertical Align="middle"
Posted
Updated 30-Aug-16 20:20pm
v4

1 solution

1st row under the menus. you'll see there these " B / U ". besides these you'll see three alignment buttons. center,allign right, allign left. select the textbox and press button which allignment you want to do. in this case pres CENTER button
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900