I've been developing an application using asp.net, Visual Studio 2010 and Crystal Reports 13. I need to develop a cover for some documents in crystal reports and the question is, if is there any way to develop it without passing a collection or a dataset to my report? I mean, I designed my report in crystal reports 13 (in header and detail sections) and using some ITextObject in my report to fill information. I want to fill it with my values (by my webform), is it possible ?
Should I develop everything in header section to show it on crystal ?
It's only one page (cover).
Thank you!