Quantcast
Channel: VBForums - Reporting
Viewing all articles
Browse latest Browse all 594

Changing Crystal Report Font Programmatical

$
0
0
I use this code to change the font programmatically

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?

Viewing all articles
Browse latest Browse all 594

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>