You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working with a report, where I have some logo for which I am dynamically assigning width and height in properties, considering aspect ratio and other calc.
I also have some other images in the report, suppose a list of students with an avatar.
The issue I'm facing is that, when properties are passed to the Logo, the same properties forcefully reflect on the student avatar images too.
I tried passing a blank object to properties, such that default way of placing the images based on the placeholder works for the student avatars.
Problem is: Image for avatars are not taking the placeholder size when properties are not passed to them, they take properties from last element.
The text was updated successfully, but these errors were encountered:
nodes are not just referring to the specific place(the outer image), but other nodes also, and it's updating other values(in my case the avatar placeholders).
I'm working with a report, where I have some logo for which I am dynamically assigning width and height in properties, considering aspect ratio and other calc.
I also have some other images in the report, suppose a list of students with an avatar.
The issue I'm facing is that, when properties are passed to the Logo, the same properties forcefully reflect on the student avatar images too.
I tried passing a blank object to properties, such that default way of placing the images based on the placeholder works for the student avatars.
Problem is: Image for avatars are not taking the placeholder size when properties are not passed to them, they take properties from last element.
The text was updated successfully, but these errors were encountered: