Hi,
I'm not using Report Generation Wizards because I need to hook my reports up to a custom data source. Telerik kindly pointed me at the appropriate documentation to help with this but now I've hit another snag: I don't know how to add data-bound items and text items to the report using the designer interface. Is there any way to do this, and if not, can someone point me at some documentation to show me how it's done programatically?
EDIT: I've managed to add a box programatically, but with bound field boxes I'm getting the message "An error has occured while processing TextBox 'textBox1': The expression contains object 'adID' that is not defined in current context". What's going on here? There's a dataset being called and bound in the codebehind of the report object.
Cheers,
Matt
I'm not using Report Generation Wizards because I need to hook my reports up to a custom data source. Telerik kindly pointed me at the appropriate documentation to help with this but now I've hit another snag: I don't know how to add data-bound items and text items to the report using the designer interface. Is there any way to do this, and if not, can someone point me at some documentation to show me how it's done programatically?
EDIT: I've managed to add a box programatically, but with bound field boxes I'm getting the message "An error has occured while processing TextBox 'textBox1': The expression contains object 'adID' that is not defined in current context". What's going on here? There's a dataset being called and bound in the codebehind of the report object.
Cheers,
Matt