I am using an object as a data source. I would like to set a textbox value to an integer in a property that returns an array of integers. For example, the "DataArray" property on the object returns int[]. I would like to reference "=DataArray[0]" as a textbox value, but I get a "Missing operator before [0] operand" error. Is there any way to directly utilize an array property of a business object data source?