I use this code to change the font programmatically
but the error is:
Property 'Font' is ReadOnly.
what should I do?
Code:
Dim newFont As New Font("Arial", 10, FontStyle.Bold)
CType(.Section2.ReportObjects("TextBox1"), Object).Font = newFont
but the error is:
Property 'Font' is ReadOnly.
what should I do?