Issues with references to a BusinessObject's properties
Posted: Tue Dec 19, 2017 11:51 am
I have a BusinessObject loaded with data on my reports. It has a category and three objects inside. However, when adding a reference to a textbox, it adds the Category before the object name, which causes it to be an invalid reference, as the category is not an object by itself.
Here is my BusinessObject, with a Category called "Ambiente":
When I click and drag the object property from the menu into my print area, it creates a textbox with the following text:
And this is the result when I prewiew:
However, if I create a textbox and add a reference to that same property:
This is what is actually written on my textbox:
The correct reference should be object.property and not category.object.property.
Im using Stimulsoft.Reports.Web.NetCore version 2018.1.3.
Here is my BusinessObject, with a Category called "Ambiente":
When I click and drag the object property from the menu into my print area, it creates a textbox with the following text:
And this is the result when I prewiew:
However, if I create a textbox and add a reference to that same property:
This is what is actually written on my textbox:
The correct reference should be object.property and not category.object.property.
Im using Stimulsoft.Reports.Web.NetCore version 2018.1.3.