3
Answers

Crystal report columns

Mayur  Gujrathi

Mayur Gujrathi

13y
1.8k
1
Generally in crystal report columns are set vertically by default when we drag data field on it, can we display whole  column horizantalliy
Answers (3)
0
Benjamin Kemner
NA 1.1k 16.9k 13y
Let the datagrids fill your pages:

dataGridView1.Dock = DockStyle.Fill;
Accepted
0
jasminie
NA 78 0 13y
If the parent tab control is too small, what would i change on the parent tabcontrol?