This is a migrated thread and some comments may be shown as answers.

Change ReportViewer font at run time

0 Answers 89 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Andi
Top achievements
Rank 1
Andi asked on 04 Jul 2020, 02:37 PM
Hi
 
is it possible to change the font in the ReportViewer at run time ?
 
Did it in the RadGridView at run time with the following code and functioned:
 
Private Sub RadFontDropDownList1_TextChanged(sender As Object, e As EventArgs) Handles RadFontDropDownList1.TextChanged
Dim fnt As Font
fnt = RadGridView1.Font
RadGridView1.Font = New System.Drawing.Font(RadFontDropDownList1.SelectedFont, RadDropDownList2.Text)
End Sub
 
I would like to change the font in the RadGridView that it also
in the ReportViewer.

No answers yet. Maybe you can help?

Tags
General Discussions
Asked by
Andi
Top achievements
Rank 1
Share this question
or