I have a report that looks as follows in the detail section, with the X's being the equivalent of a single line "bar chart".
Sales XXXXXXXXXXXXXXXXX 75%
Research XXXXXX 20%
IT X 5%
The report is already done and in production except for the "x's", which the customer has now requested. I looked at charting which I had used for something similar when it first came out and that solution no longer works, and the data binding seems quite inefficient using needdatasource for each instance for numbers I already have in the detail section
Is there a way to use conditional formatting to control the width of a textbox based off something like txtBar.Width = Fields.Pct x 2 ?
Sales XXXXXXXXXXXXXXXXX 75%
Research XXXXXX 20%
IT X 5%
The report is already done and in production except for the "x's", which the customer has now requested. I looked at charting which I had used for something similar when it first came out and that solution no longer works, and the data binding seems quite inefficient using needdatasource for each instance for numbers I already have in the detail section
Is there a way to use conditional formatting to control the width of a textbox based off something like txtBar.Width = Fields.Pct x 2 ?