6.7.0.262 (Release Pending)

  • FB-13193: Fix filter logic when hidden filters are used.
  • FB-13139: Output of basic cache usage statistics in static memory mode added
  • FB-13017: Significantly increase performance in paginated reports with many rows of data (10k+).
  • FB-13243: Fix Inverted Grid CSS so it stays up-to-date when modified in the Designer and refreshed in the Viewer.
  • FB-13240: Provide a separate rendering path when exporting when using HtmlCharts charting engine
  • FB-13237: Gauges rendered without needles on thumbnails because needle image was not embedded into HTMLs prepared for thumbnails. Fixed by embedding needle image into HTMLs for thumbnails.
  • FB-13028: Implemented passing POST parameters to the reportSet being loaded by ReportPart control.
  • FB-13119: Fix Text Highlight and Cell Highlight in the paginated report. Background color and text color should work fine now on all pages when report is paginated.

6.7.0.261

  • FB-12970: Removed unnecessary ActivateNewDashboardViewerControls() calls from reportViewer
  • FB-13193: Fixed problems with previewing reports after modifying Filter Logic
  • FB-13106: Resolved issue where tabs were greyed out on the report designer page when VisibleDataSources have been changed

6.7.0.260

  • FB-13177: Changed "Reset to default" button on Style tab in reportDesigner to standard button control which is used across all designers
  • FB-13113: Fixed empty jquery formatNumber result for 0 value
  • FB-13025: Resolved issue where HighCharts auto-sizing and auto-centering didn't work because chart as an inner element couldn't detect dimensions of outer container. Implemented support for specifying dimensions in pixels in chart property, so highcharts can rely on those values.
  • FB-13181: Fixed inverted Summary grid styling. This makes styles for headers items and alts the same as the normal grid.
  • FB-13189: Waiting timeout removed if renderer detects an error at the the beginning of rendering process
  • FB-13113: Removed "default" series name in HtmlCharts if only one series has been selected
  • FB-13180: Updated copyright in response server
  • FB-13164: URL encode fields when updating field properties in report viewer
  • FB-13160: Marked FilteredReportListCache as serializable
  • FB-11598: Added fusion support for Postgres
  • FB-12943: Add support to stored procedures for sql_variant data type as a parameter
  • FB-11720: Fixed glitch in htmlcharts, which could result in generation of malformed JSON data
  • FB-12970: Removed Templates (Forms), and custom entities from session in staticmemory mode. Basic report designing/viewing no longer stores anything in session
  • FB-12970: Added support for logging session contents
  • FB-13132: Changed formatting of dates (from filters values) in reportset description to respect AdHocSettings.Culture
  • FB-13115: Resolved issue where thumbnails would remain in the "Generating" state
  • FB-11684: Added disk/reports cache cleanup functionality to Driver.InvalidateSchemaCache()
  • FB-13114: Resolved regression in AdHocSettings.ReloadStrings()
  • FB-13081: Resolved redirect loop when AdHocUserKey is specified
  • FB-13116: Fixed Equals(Popup) filter when one of the values is empty string. Empty string can now be selected as any other not empty value.
  • FB-13103: Fixed "(blank)" value in the filters. "(blank)" value is now interpreted as NULL when selected for example in the Equals(Popup) or Equals(Checkboxes) filter.

6.7.0.259

  • FB-13036: URL Encode '&' when processed in a drill-down value
  • FB-13035: Fixed erroneous adding of excess parameter to SqlCommand when drilldown filter with equals operator presents in reportSet
  • FB-13034: Fixed spontaneous loss of database connections
  • FB-13026: Added currentUserName verification routine to CheckLimitations routine, to make pure html pages respect RequireLogin setting.
  • FB-13012: Fixed unsafe operation on possible null string, which caused error in case of rendering gauges
  • FB-12969: Optimized static memory mode to minimize whole memory usage by minimizing objects kept in session and resolved bugs related to CurrentReportSet in static memory mode
  • FB-13042: Fix drill-downs with Dates and different grouping types. For example, correct value will be passes to the subreport if drill-down key is a Date field with Group(Year & MN) Function.
  • FB-11707: Added LinkedColumns property for Filter and Filter ICloneable interface implementation.
  • FB-12979: Default DataCacheInterval to 0 so the HTML cache is disabled by default
  • FB-12957: Added additional PostgreSQL type mappings
  • FB-12836: FusionConnections getter was made public

6.7.0.258

  • FB-12933: Make Instant Reports respect AdHocSettings.HiddenColumns
  • FB-11781: Fixed bug causing server resources to not be found in Instant Reports and Report Viewer
  • FB-12919: Disable default selection of Separator dropdown
  • FB-12914: Fixed style issue where custom grid styles subtotals did not apply border color
  • FB-11792: Fixed bug affecting loading of ReportSets that could result in null pointer exceptions
  • FB-12930: No longer require +HTMLCHARTS in license key to utilize HTML Charts
  • FB-12901: Removed extraneous warning message from Dashboard Designer
  • FB-12904: Fixed Between filter when values are numeric that can be parsed as dates
  • FB-12912: Fixed problem where preview would cache dashboards
  • FB-11692: Fixed automatic drilldown ReportSet issue "Report loading error: Report (AUTO) is not found" which impacted gauges in pure HTML
  • FB-12834: Fixed "Response canceled: 500 Internal Server Error" when rendering HTML charts to RTF
  • FB-12887: Fixed add report part to dashboard modal dialog
  • FB-11697: Fixed "Page breaks after visual group" setting for pdf printing
  • FB-11807: Enable output to CSV format for Visual Groups of the following styles: CommaDelimited, CommaDelimitedWithLabels, LineDelimited, LineDelimitedWithLabels
  • FB-12843: Remove extra empty table after report content. Wrap report content in the extra table so all Reports in the ReportSet will have different and independent widths.
  • FB-11792: Added support for arbitrary ordering of columns when executing report against a stored proc without "insert into exec"
  • FB-11517: ReportSet.Owner property is changed according to the AdHocSettings.CurrentUserName when report saved using "Save As"

6.7.0.257

  • FB-11687: Resolved issue with MVC4R2 Instant Reports where the field properties gear was not clickable
  • FB-11691: Resolved issue where drop-down lists of equals multiple filters would jump to the top of the list when selecting values
  • FB-11619: Added separator support for HTMLCHARTS pie chart
  • FB-11621: Fixed chart parameters initialization and extended chart margins to full width
  • FB-11621: Format htmlchart numbers from "0000" to "0,000"
  • HTMLCHARTS: Fixed tooltip formatting on funnel charts
  • HTMLCHARTS: Resolved issue where axis label was cut in half on line charts
  • HTMLCHARTS: Fixed problem where pie chart 'CombineBottom%' would rename the smallest slice to 'Other' when it had not been combined with another slice
  • HTMLCHARTS: Increased right and left margin for line, bar and area chart
  • HTMLCHARTS: Changed top offset of gauges
  • HTMLCHARTS: Resolved bug where the description of an applied filter was listed multiple times
  • FB-11678: Fixed intermittent "Unable to connect to the remote server" scheduler error
  • FB-11808: Changed styles of VisualGroups to make them bolder
  • FB-11610: Added support for CustomizeChart to htmlCharts
  • FB-11781: Fixed a problem where string filter values were misidentified as dates
  • FB-11703: Fixed a bug which prevented switching the PDF outputGenerator to ITextSharp
  • FB-11566: Fixed iframe ReportPart where an object reference was not being set to an instance of an object
  • FB-11700: Update the user property when reports are saved
  • FB-11710: Changed export to respect the formatting of datetime
  • FB-11684: Changed rs.aspx?clear=1 to clear schema, fusion, and reports caches
  • FB-11682: Resolved concurrency issues when caching reports on load balanced systems
  • FB-11726: Fixed bug where "TimeClass" was erroneously shown as a filter description