reporting_banner

Telerik Reporting

Release History

Telerik Reporting Q2 2012

June 11, 2012

What's New in Telerik Reporting Q2 2012 (6.1.12.611)

FIXED Report Model
  • Fixed: Cannot change some of the ReportBook parameter properties when there are at least 3 reports inside Fixed: Toggle Visibility Action raises unexpected exception
Designers
  • Fixed: Expression builder: some categories/items have no description/context help 
  • Fixed: Cannot add an external style sheet which is outside the current project folder 
  • Fixed: Creating a table/crosstab with the Wizard makes its background white instead of transparent
  • Fixed: Styles/themes with same names in report wizard and table wizard should match 
  • Fixed: Html Editor does not support creating/editing hyperlinks 
  • Fixed: HtmlTextBox loses the anchor attributes upon saving
  • Fixed: "Undo" operation cannot be applied for horizontally growing sections
  • Fixed: Labels in Report Wizard are missing
  • Fixed: Chart wizard cannot be opened
  • Fixed: Wrong error message in the SqlDataSource wizard when the connection settings are incorrect 
  • Fixed: Visual Studio force closes when Inplace HtmlEditor is used and Visual Studio Formatting toolbar is active
  • Fixed: Report designer hangs when value member is missing for parameter with specified AvailableValues.DataSource 
  • Fixed: At designtime on preview when the project is built and some error occurs, Design view is recovered unexpectedly. 
  • Fixed: Can't add formatting rule - exception is thrown
  • Fixed: Splitting cells with a chart throws an error 
  • Fixed: Table Layout design time issue when a subreport is added in Table Cell 
  • Fixed: TableLayout Row/Column does not expose the merged properties for the belonging cells 
  • Fixed: User aggregate functions cannot be resolved when previewing a report in VS 
  • Fixed: When Expression Editor is opened the designer application disappears from Windows tab list
Visual Studio Designer
  • Fixed: Error when creating new reports from VS Add New Item 
  • Fixed: Designer throws error upon changes 
  • Fixed: SubReport instances have the same name 
  • Fixed: DataSource name in the DataExplorer is incorrect
Standalone Report Designer
  • Fixed: An error occurs in SqlDataSource wizard when retrieving the StoredProcedure list
  • Fixed: Background color tool replace the "Automatic" (black) option with "No fill" (empty/no color) option
  • Fixed: SQL DS Wizard does not have Add ConnectionString builder 
  • Fixed: The center horizontally and center vertically icons should look as containers 
  • Fixed: The designer crashes when you select Table Row/Column and press the Tab key
ObjectDataSource
  • Fixed: Dictionary cannot be used as DataSource Processing
  • Fixed: Addition and subtracting for DateTime and TimeSpan types in expressions
  • Fixed: HtmlTextBox displays incorrectly when the text is bolded using inline style 
  • Fixed: In HtmlTextBox Italic fonts are clipped on the end of the line
  • Fixed: ToggleVisibility action cannot be set to Group Footer/Header
Rendering
  • Fixed: When set rotated multi-line text with angles above 360 degrees, the text appears inconsistently in all rendering extensions
  • Fixed: Native digits like Arabic and Persian digits are not supported
Physical Page Renderings
  • Fixed: Last horizontal page is not rendered on crosstab with many horizontal pages
Rendering\PDF
  • Fixed: ViewerPrintScaling setting is not respected when the ReportProcessor.Render is used
  • Fixed: Characters in document map in Hebrew/Arabic are not respected
  • Fixed: When an image is copied from a PDF document and then pasted it preserves its size but is all black.
Rendering\HTML
  • Fixed: Shape is not centered in its bounds
Rendering\Image
  • Fixed: Unnecessary clips for each rendered element
Rendering\XAML
  • Fixed: Clipping content when FontStyle is Italics
Rendering\Excel
  • Fixed: No hyperlinks on PictureBox/Shape/Barcode/Chart/Checkbox
  • Fixed: Exported Excel files sometimes give error when opened
Rendering\Word
  • Fixed: No hyperlinks on PictureBox/Shape/Barcode/Chart/Checkbox
  • Fixed: The last text line is clipped
  • Fixed: HtmlTextBox is not rendered correctly in Word 
  • Fixed:   is not rendered as white space in HtmlTextBox
Rendering\PPTX
  • Fixed: No hyperlinks on PictureBox/Shape/Barcode/Chart/Checkbox
  • Fixed: Multiline HtmlTextBox is rendered incorrectly
Rendering\RTF
  • Fixed: HtmlTextBox/TextBox are not rendered correctly in RTF Tables mode
  • Fixed: ReportBook does not create separate sections for the contained reports 
  • Fixed: Table item border is rendered as border of contained layout grid cell
  • Fixed: Layout grid is wider than contained Report item in RTF Tables mode
ReportService
  • Fixed: Can't work with xml report definitions
Report Viewer for ASP.NET
  • Fixed: When the document map is hidden its scrollbar remains visible on Chrome
Report Viewer for Silverlight
  • Fixed: No pages are printed when using native printing with Silverlight 5 plugin 
  • Fixed: Error when exporting to XPS 
  • Fixed: In the print queue window the native printing task is named TelerikReportDocument 
  • Fixed: Buttons are not localizable 
  • Fixed: The export button keeps the last selection
  • Fixed: The viewer loads incorrect report pages when RefreshReport method is called immediately after changing the Report property
Report Viewer for Windows Forms
  • Fixed: Printing one page and using drill down on the second page crashes the viewer 
  • Fixed: PrintPreview button does not work correctly if pressed while the report is still rendering
Report Viewer for WPF
  • Fixed: Printing one page and using drill down on the second page crashes the viewer
  • Fixed: Stop button is unavailable
  • Fixed: Page setup causes an error in a report book 
  • Fixed: Error when ZoomMode property is set to PageWidth/WholePage 
  • Fixed: WPF viewer throws exception when it is nested in a tab control
  • Fixed: Buttons are not localizable
  • Fixed: TextResources are not applied when set before the viewer's model is created
  • Fixed: ZoomMode property set to PageWidth/WholePage does not take effec
CHANGED Breaking Changes
  • CHANGE: XML serialization no longer relies on the build-in mechanism for XML serialization of the .net framework (the System.Xml.Serialization.XmlSerializer class). Instead, a dedicated serializer (Telerik.Reporting.ReportXmlSerialzier) is used.
  • CHANGE: Telerik.Reporting.NavigateToReportAction.ReportDocumentType and Telerik.Reporting.NavigateToReportAction.Parameters properties are now obsolete. Please use the Telerik.Reporting.NavigateToReportAction.ReportSource property instead.
  • CHANGE: Telerik.Reporting.SubReport.ReportSource property is now of type ReportSource. Use InstanceReportSource to build existing reports.
  • CHANGE: Telerik.Reporting.SubReport.Parameters property is now obsolete. Please use the Telerik.Reporting.SubReport.ReportSource property instead.
  • CHANGE: Telerik.Reporting.Processing.ProcessingElement.ChildElements property is now obsolete. Use Telerik.Reporting.Processing.ElementTreeHelper.GetChildElements() method instead.
  • CHANGE: Telerik.Reporting.Processing.ProcessingElement.Parent is now obsolete. Use Telerik.Reporting.Processing.LayoutElement.ParentElement instead.
  • CHANGE: Telerik.Reporting.Processing.ReportItemBase.DataObject property is moved to the base type Telerik.Reporting.Processing.ProcessingElement
  • CHANGE: Telerik.Reporting.Processing.ProcessingElement.Style property is moved to the base type Telerik.Reporting.Processing.VisualElement
  • CHANGE: Telerik.Reporting.Processing.ProcessingElement.Visible property is moved to the base type Telerik.Reporting.Processing.VisualElement
  • CHANGE: Telerik.ReportViewer.WinForms.ReportViewer.Report is now obsolete. Please, use the ReportSource property instead.
  • CHANGE: Telerik.ReportViewer.WebForms.ReportViewer.Report is now obsolete. Please, use the ReportSource property instead.
  • CHANGE: Telerik.ReportViewer.Wpf.ReportViewer.Report is now obsolete. Please, use the ReportSource property instead.

Telerik Report Designer (Official)

  • Added support for Subreports
  • Added support for Navigate to Report Action
  • Added Windows Shell Integrations

New: Report Sources

Types supported in the Telerik Report Designer and all Report Viewers:
  • InstanceReportSource
  • UriReportSource
  • TypeReportSource
  • XmlReportSource

Telerik Reporting

  • Added Telerik Reporting XML serializer
  • Microsoft Visual Studio 2012 ready
  • Microsoft SQL Server 2012 ready, including the new SQL Server Analysis Services multi-dimensional and tabular modes

Telerik Reporting

Product overview Demo Buy Try now

New features & Roadmap

Have a feature request?

Post your feedback via the Reporting feedback portal or the public forums

What's new across all Telerik products?

See the updates feed

get-started-waves

Next Steps

Launch demos

See Telerik’s Report Designer in action and check how much it can do out of the box

See pricing

Check out the offers. Purchase an individual license for .NET reporting or treat yourself to one of our bundles.

Try now

Try Telerik’s .NET Reporting tool with dedicated technical support.