| Telerik.Reporting.SubReport subRep; |
| Unit unitX = Unit.Cm(0.1); |
| Unit unitY = Unit.Cm(0.1); |
| SizeU size = new SizeU(Unit.Cm(0.5), Unit.Cm(0.5)); |
| foreach (string wo in woArray) |
| { |
| //create subreport |
| subRep = new SubReport(); |
| subRep.Size = size; |
| subRep.Location = new PointU(unitX, unitY); |
| subRep.ReportSource = new Report(wo); |
| unitY = unitY.Add(Unit.Cm(2)); |
| detail.Items.Add(subRep); |
| } |
Hi,
I have created the report and make the formatting using and <br/> ,When I am seeing it on the browser it is perfect what I need ,I am getting however when i export to PDF the report is showing the   and <br/> tag.
However we know it is not right ,since export should have to function well and export same as it is showing on the browser as other exporting program do.
Please provide the solution.
Thanks,
Neeraj
Hi,
I would like to know if there is a way to change the report from the regular style to be in black and white. I would like this to be changeable either by code or even better using a report parameter to indicate if we want it in black and white or color.
Thanks
Naphtali
Imports T
elerik.Reporting
...
Sorry, wrong forum.