i have report with panel
the panel in center and have many textbox with dock style right
the textboxes have condition to disable on empty
it works okay
but the problem is i want to make the panel in center after disable some textbox
how make panel in center after docking
Re: how make panel in center after docking
Hello.
Please, send us your report template with sample data and screen-shot that will help us to understand the issue.
Thank you.
Please, send us your report template with sample data and screen-shot that will help us to understand the issue.
Thank you.
Re: how make panel in center after docking
the panel in center
when i disable the colume2
the panel not become in the center
how can i make it the center again
thanks
when i disable the colume2
the panel not become in the center
how can i make it the center again
thanks
- Attachments
-
- sample.mrt
- (6.2 KiB) Downloaded 152 times
Re: how make panel in center after docking
Hello.
You could specify the necessary position of the Panel at the Before Print event.
Thank you.
You could specify the necessary position of the Panel at the Before Print event.
Code: Select all
if (!Text2.Enabled)
Panel2.Left = 7;