Itextsharp pdfwriter cell width cannot be set.

When using the itextsharp plugin setting the reportstyle width fails. The exception says:"The width cannot be set." I'm using the Feb 23 changeset. I try setting the width like this: report.D...

Id #7499 | Release: None | Updated: Mar 27 at 8:15 PM by AmunRah | Created: Mar 27 at 8:15 PM by AmunRah

1000 report items in OpenXml fails

Trying to write a report for 1000 items, getting exception : System.ArgumentException: Parameter is not valid. at System.Drawing.Bitmap..ctor(Int32 width, Int32 height, PixelFormat format) ...

Id #7498 | Release: None | Updated: Mar 14 at 8:34 PM by mhidinger | Created: Mar 1 at 9:45 AM by Razaz

DynamicReportSource NULL Values

I am using a variant of the DynamicReportSource.cs file in our project to output the results of a PIVOT query to Excel. We changed the footprint from ExpandoObject to dynamic and it works fine with...

Id #7497 | Release: None | Updated: Feb 10 at 4:44 PM by tawman | Created: Feb 10 at 4:44 PM by tawman

Feature: consistent implementation for ReportStyle.Width

Currently, the HtmlReportWriter is the only writer that does anything with the ReportStyle.Width property. The PDF and Excel writers should implement functionality to allow users to specify the wi...

Id #7496 | Release: None | Updated: Jan 17 at 6:41 PM by andrewmm5 | Created: Jan 17 at 6:41 PM by andrewmm5

csv quotes not escaped properly

csv quotes not escaped properly private const string QUOTE = "\""; private const string ESCAPED_QUOTE = "\"\""; public static string Escape(string s) { ...

Id #7495 | Release: None | Updated: Dec 16 2011 at 4:50 PM by magellings | Created: Dec 16 2011 at 4:37 PM by magellings

Bug: excel found unreadable content

Using Excel 2010 on Windows 7. Get message "excel found unreadable content..." when attempting to open xlsx file. Using ASP.NET Web Pages application, following MVC code. Code from cshtml View...

Id #7494 | Release: None | Updated: Dec 16 2011 at 3:11 PM by magellings | Created: Dec 15 2011 at 10:21 PM by magellings

Feature: Hyperlink columns in reports

As discussed here http://doddlereport.codeplex.com/discussions/282040

Id #7492 | Release: None | Updated: Dec 10 2011 at 10:58 PM by mhidinger | Created: Dec 10 2011 at 10:58 PM by mhidinger

Feature: DataAnnotations support

When Reporting on classes that have DataAnnotations on their properties we can use that to influent the report. public class Product { [Display(Name="My Product Name")] public string ...

Id #7491 | Release: None | Updated: Jan 26 at 9:04 PM by TotanDev | Created: Dec 6 2011 at 11:27 PM by mhidinger

Feature: Advanced DataField Formatting with callback

Add advanced DataField formatting by means of callback. A sample using booleans shown below report.DataFields["OutOfStock"].FormatAs<bool>(value => { if(value) { return "Yes" else return "No; });

Id #7490 | Release: None | Updated: Jan 15 at 8:33 PM by bbateman | Created: Dec 6 2011 at 9:34 PM by mhidinger

Feature: ABCpdf Subtotals per page

The ABCpdf write currently does not show Subtotal on each page - it only shows one big total at the end of the report. I don't know when I can get to this, if anyone would like to work on it I'm...

Id #7489 | Release: None | Updated: Dec 6 2011 at 11:28 PM by mhidinger | Created: Dec 6 2011 at 9:03 PM by mhidinger

  • 1-10 of 10 Work Items
    • Previous
    • 1
    • Next
    • Showing
    • 10
    • Work Items