How to assign length values in RDLX?


06-17-2009, 2:31 PM
In the API I can use

New DataDynamics.Reports.Extensibility.Definition.Components.Length("7in")

but in the designer I cannot assign the a Width property to
=iif(true,"5in","3in")


The property editor does allow 5in as a value.

Re: How to assign length values in RDLX?


06-17-2009, 10:09 PM
Hello,
The type of Width property is Length, not Expression. Therefore you can not use the expression for Width property. Only constant values are allowed. And this is by design according to the RDL specification.

Sergey Abakumoff
GrapeCity