Page 1 of 1

Change text box width in run time

Posted: Fri Jan 31, 2020 7:17 pm
by mroshdy
Hi
I need to change text box with in run time.
The case is I am show and hide columns in report depending on user variable.
So I need to change to change some text boxes variable to make the table fill all page width.

I used [BegingRender] event, and it works with me good on the designer using [compilation mode]
But it did not work using [Interpretation mode].
And I found that event does not work in [Interpretation mode].

My question is, Is there any method to change text boxes in run time, other than events.
Actuality it is very important feature for me.

I am using Report.JS in Angular 7 application.
and I attached my report sample within data sample.

Thank you very much.

Re: Change text box width in run time

Posted: Sat Feb 01, 2020 4:49 pm
by mroshdy
The more important question is, How to use [compilation mode] in Report.js with Angular 7?
Is there any solution or work around?

This is because using events is very important for me.
I need events in conditional sorting and other important features.

Thank you and waiting for your reply.

Re: Change text box width in run time

Posted: Tue Feb 04, 2020 12:48 pm
by Lech Kulikowski
Hello,

The compilation mode is not supported in the JS product.

Thank you.