or
public class EmailReport { public string EmailAddress { get; set; } public string EmailAttachmentExtension { get; set; } public string EmailAttachName { get; set; } public string EmailSubject { get; set; } public string EmailBody { get; set; } public String[] EmailReportParameters { get; set; } }InnerException {"Invalid value of report parameter 'LineOfBusiness1'."} at Telerik.Reporting.Processing.Report.ResolveData() at Telerik.Reporting.Processing.Report.ProcessItem() at Telerik.Reporting.Processing.ReportItemBase.Process(DataMember data) at Telerik.Reporting.Processing.Report.Process(DataMember data, DataItemState state, Boolean processItemActions, Boolean documentMapEnabled) at Telerik.Reporting.Processing.ReportProcessor.ProcessReport(IReportDocument reportDocument, IDictionary processingContext) at Telerik.Reporting.Processing.ReportProcessor.ProcessReport(IReportDocument reportDocument, Hashtable deviceInfo, Hashtable renderingContext) at Telerik.Reporting.Processing.ReportProcessor.ProcessAndRender(String format, IReportDocument reportDocument, Hashtable deviceInfo, Hashtable renderingContext, CreateStream createStreamCallback) at Telerik.Reporting.Processing.ReportProcessor.ProcessAndRenderStateless(String format, IReportDocument reportDocument, Hashtable deviceInfo, Hashtable renderingContext, CreateStream createStreamCallback) at Telerik.Reporting.Processing.ReportProcessor.RenderReport(String format, IReportDocument reportDocument, Hashtable deviceInfo) at compucom.TrackIT.Reports.Controllers.EmailReportController.SendEmailReport(EmailReport email) in C:\Users\tk83673\Documents\Projects\ITOProdSolutions\TrackIT\USBank\compucom.TrackIT.Reports\Controllers\EmailReportController.cs:line 76 at lambda_method(Closure , ControllerBase , Object[] ) at System.Web.Mvc.ActionMethodDispatcher.Execute(ControllerBase controller, Object[] parameters) at System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters) at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters) at System.Web.Mvc.ControllerActionInvoker.<>c__DisplayClass15.<InvokeActionMethodWithFilters>b__12() at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter filter, ActionExecutingContext preContext, Func`1 continuation)Howdy,
So, like the title says - I have a simple report which uses the Report Header section to display a graphic. The header also has a border around it, as does the detail section. In design as well as during runtime it looks good - however, open print preview and it all goes down hill :)
I've attached two screenshot that show the issue. I've seen similar behavior when controls overlap etc - but there is none of that in this report (at least as far as I can tell.)
Regards,
Andreas
pubic class foo{ public Guid ID; public String Name; public Boolean IsKey; public List<foo> Children;}