I have a string like this:
string s = \"This is my string\";
I am creating a Telerik report and I need to define a textbox tha
textbox
You can create an instance of a graphics object an use the MeasureString() method. But you will need to pass it the font name, font size, and other info.
MeasureString()