Problems and questions during evaluation
Posted: Tue Feb 22, 2011 10:05 am
Hi,
We are currently evaluating the WPF version of your report engine (v 2010.3 + 2011.02.16) and we encountered some problems and have some questions.
a. Using the image control and an image field from my datasource, I was not able to obtain a uniform size among all the images. I tried a conbination of Aspect Ratio' and 'Stretch' without success;
b. I was trying to add a line in a child band that would be visible only in between records in a group (see following example)
GroupHeaderBand1 - Country
DataBand1 - Sales person 1
ChildBand1 - -----------------
DataBand1 - Sales person 2
ChildBand1 - -----------------
DataBand1 - Sales person 3
GroupFooterBand1 - Country
As you can see, the last child band (after sales person 3) is not visible. I used the following condition (with "Component is enabled" unchecked) in the ChildBand1 to make it invisible:
{Line} == {Count(GroupHeaderBand1)}
While {Line} and {Count(GroupHeaderBand1)} worked correctly when displayed as fields in the ChildBand1, I always get an error when using this syntax in a condition. I read in another post that {Count(GroupHeaderBand1)} should be written as Totals.Count(GroupHeaderBand1) when used in a condition. Why? What would be the syntax of {Line} in a condition?
c. From the report designer in preview mode, when there are errors, the source code viewer shown from the magnifier icon does not last long enough before desapearing and quite often, the source code is not visible when the surrounding lines are longer then the one in error;
d. It would be nice to have a report modification visual cue in the designer title bar (the is an * in VS2010 to show the file has been modified);
e. Adding a new variable from the designer makes the application crash in Windows 7;
Thanks in advance!
We are currently evaluating the WPF version of your report engine (v 2010.3 + 2011.02.16) and we encountered some problems and have some questions.
a. Using the image control and an image field from my datasource, I was not able to obtain a uniform size among all the images. I tried a conbination of Aspect Ratio' and 'Stretch' without success;
b. I was trying to add a line in a child band that would be visible only in between records in a group (see following example)
GroupHeaderBand1 - Country
DataBand1 - Sales person 1
ChildBand1 - -----------------
DataBand1 - Sales person 2
ChildBand1 - -----------------
DataBand1 - Sales person 3
GroupFooterBand1 - Country
As you can see, the last child band (after sales person 3) is not visible. I used the following condition (with "Component is enabled" unchecked) in the ChildBand1 to make it invisible:
{Line} == {Count(GroupHeaderBand1)}
While {Line} and {Count(GroupHeaderBand1)} worked correctly when displayed as fields in the ChildBand1, I always get an error when using this syntax in a condition. I read in another post that {Count(GroupHeaderBand1)} should be written as Totals.Count(GroupHeaderBand1) when used in a condition. Why? What would be the syntax of {Line} in a condition?
c. From the report designer in preview mode, when there are errors, the source code viewer shown from the magnifier icon does not last long enough before desapearing and quite often, the source code is not visible when the surrounding lines are longer then the one in error;
d. It would be nice to have a report modification visual cue in the designer title bar (the is an * in VS2010 to show the file has been modified);
e. Adding a new variable from the designer makes the application crash in Windows 7;
Thanks in advance!