Page 1 of 1

Spaces in Databand variable

Posted: Mon Apr 07, 2014 2:33 pm
by StepTK
Hello,

I have got different behavior in the demo files using "Demo.exe" or using silverlight demo "Demo.WebSL.exe" with my modified demo report file "Invoice.mrt":
- Silverlight demo "Demo.WebSL.exe" (treeview selection "Invoice") works with the spaces at the end of the databand variable "Products.ProductName"
- Windows .Net demo "Demo.exe" (treeview selection "Invoice") does not show the spaces at the end of the databand variable "Products.ProductName"

To reproduce the different behavior with the space please replace the "Invoice.mrt" demo file ("...Bin/Reports") with the modified file (spaces in variable) in the attachement.

Thank you!

Stephan

PS
Modified file "Invoice.mrt" has the following changements:
<Text>asas{Products.ProductName}bdb : </Text> !!!!!! spaces behind the colon are not visible in .Net demo but are visible in silverlight demo

Re: Spaces in Databand variable

Posted: Tue Apr 08, 2014 10:00 am
by HighAley
Hello.

This is a peculiarity of WinForms and Silverlight rendering.
Unfortunately, we can't change this behaviour.

Thank you.