ReportViewer control help.
-
I've found myself in a bind with the report viewer control... Here is what I'm trying to build: http://img135.imageshack.us/img135/2971/reporthelpzb2.gif[^] Decode Key: Blue = report Red = horizontal table of objects Yellow = values list in red object (of variable length, normally <=3 && >=1) Here is how I setup my data business object classes as follows:
MainDataClass
|_TableObject
|_DateField
|_ValuesList
|_Value
|_UnitValueI setup the data to point toward the TableObject and then bound the DataBoundObject to the MainDataClass.GetAllData() method. My problem is I can't come up with a good solution to display the dynamic number values in the ValueList (horizontally preferred) I was thinking I could use a matrix but doesn't that require two data grouops? Also a table only shows values vertically! :(
-Spacix All your skynet questions[^] belong to solved