I have a textbox in my heading that gets its value from custom code. The
horizontal alignment property is set to RIGHT and I notice that the value is
getting truncated in my report. There is another textbox that has a similar
problem. These text boxes are somewhat free standing in the report (not
within tables etc). Can anyone tell me if this is expected behavior and if
so ... how can I fix the alignment so it doesnt truncate my client name?
Thanks
the expression in the textbox in the heading is nothing unusual ...
=code.GetClient(ReportItems!tbClientName.value)Have you tried adjusting the padding of the control? Usually, when padding
is set to 0pt I'll see this behavior.
-Tim
"MJT" <MJT@.discussions.microsoft.com> wrote in message
news:BF351039-B112-473E-8DE0-B38F1643F25C@.microsoft.com...
>I have a textbox in my heading that gets its value from custom code. The
> horizontal alignment property is set to RIGHT and I notice that the value
> is
> getting truncated in my report. There is another textbox that has a
> similar
> problem. These text boxes are somewhat free standing in the report (not
> within tables etc). Can anyone tell me if this is expected behavior and
> if
> so ... how can I fix the alignment so it doesnt truncate my client name?
> Thanks
> the expression in the textbox in the heading is nothing unusual ...
> =code.GetClient(ReportItems!tbClientName.value)
>|||Havent messed with the padding ... it is 2pt all the way around.
"Tim Dot NoSpam" wrote:
> Have you tried adjusting the padding of the control? Usually, when padding
> is set to 0pt I'll see this behavior.
> -Tim
> "MJT" <MJT@.discussions.microsoft.com> wrote in message
> news:BF351039-B112-473E-8DE0-B38F1643F25C@.microsoft.com...
> >I have a textbox in my heading that gets its value from custom code. The
> > horizontal alignment property is set to RIGHT and I notice that the value
> > is
> > getting truncated in my report. There is another textbox that has a
> > similar
> > problem. These text boxes are somewhat free standing in the report (not
> > within tables etc). Can anyone tell me if this is expected behavior and
> > if
> > so ... how can I fix the alignment so it doesnt truncate my client name?
> > Thanks
> >
> > the expression in the textbox in the heading is nothing unusual ...
> > =code.GetClient(ReportItems!tbClientName.value)
> >
>
>
No comments:
Post a Comment