Hi
I thing there is a bug in the TextBox Rendering.
I I make a small report using 4 TextBox`s like this.
Box1 Box2 Box3 Box4
in the detail sektion and bind data to it. It will work fine if the data is small. But if I put some large data in Box1 so it will be in 4 lines and box2, box3 and box4 is just one line. The Box4 will move and alle the that will move a littel . In all the TextBox`s I use
For the Box 3 use use
Eks.
(73)3 Eftersyn for (7) Inventar 100,00
ridser og
skrammer - (
22)
3.001.S1f.s4d
Naturlig ventilation Eftersyn (6) El- og 512.345,00
The error in the rendering is that that the Budgetpris colums numbers wil be moved so all the digit will not stand under the next colum. See the Eks.
The 100,00 and the 512.345,00 is not standing so eacht digit is standing the right place. All the first digit shoud be stand the most right and so. I you put in a line from the "s" in Budgetpris and down to the numbers it shoud be a normal line.
I hopy thare is a hack for this else I hopy Telerik will correct this error in the next version of Telerik Reporting.
Janus S. Andersen
Denmark
I thing there is a bug in the TextBox Rendering.
I I make a small report using 4 TextBox`s like this.
Box1 Box2 Box3 Box4
in the detail sektion and bind data to it. It will work fine if the data is small. But if I put some large data in Box1 so it will be in 4 lines and box2, box3 and box4 is just one line. The Box4 will move and alle the that will move a littel . In all the TextBox`s I use
textBox = new TextBox | |
{ | |
Value = tekst, | |
Height = new Unit(0.2, UnitType.Cm), | |
Dock = DockStyle.Left, | |
Width = new Unit(4, UnitType.Cm), | |
Style = | |
{ | |
VerticalAlign = VerticalAlign.Middle, | |
Font = | |
{ | |
Size = new Unit(8, UnitType.Point), | |
Name = "Verdana" | |
} | |
}, | |
Multiline = true | |
}; |
HorizontalAlign
.Right; to set the text to the right. This is the price
Eks.
SfB- undergruppe |
Komponent | SfB- hovedgruppe |
Budgetpris |
ridser og
skrammer - (
22)
3.001.S1f.s4d
Naturlig ventilation Eftersyn (6) El- og 512.345,00
The error in the rendering is that that the Budgetpris colums numbers wil be moved so all the digit will not stand under the next colum. See the Eks.
The 100,00 and the 512.345,00 is not standing so eacht digit is standing the right place. All the first digit shoud be stand the most right and so. I you put in a line from the "s" in Budgetpris and down to the numbers it shoud be a normal line.
I hopy thare is a hack for this else I hopy Telerik will correct this error in the next version of Telerik Reporting.
Janus S. Andersen
Denmark