cancel
Showing results for 
Search instead for 
Did you mean: 

Crystal Reports Viewer toolstrip icon sizes

anders_gustafsson
Participant
0 Kudos

What size should the images be if you add buttons with images?

Accepted Solutions (1)

Accepted Solutions (1)

Hi Anders,

If you type in "Crystal Reports,", with the comma, it will find the correct Tag. Don't use CR SDK tag, it's for legacy SDK's.

I that test app break on this line:

private void crystalReportViewer_Load(Object parent, EventArgs eventArgs)
{
ToolStrip toolStrip = FindToolStrip();

Go to the next line and you can find the various collections.

I think they are 16 x 16. But they are dynamic so depending on the screen RES they may change...

We don't support actually getting into our buttons because their ID's various other properties can change on you.

Thanks again

Don

Answers (1)

Answers (1)

anders_gustafsson
Participant
0 Kudos

OK. Yes, they appear to be 16x16. I understand that you do not like anyone mucking with your buttons, but it does save keystrokes, compared to adding an entry to the system menu, like I have in the past. It also looks more professional.