[]
        
(Showing Draft Content)

Version 5.2.0.800

New Features and Improvements

  • Added support for Decimal, DateTime and DateTimeOffset to the primitive types in the report templates.
  • Added DataSourceDictionary.Add(string, object, CultureInfo) method in report template to include data source with an associated culture while parsing and formatting data.
  • Added shadow effects for text and shapes.
  • Added BuiltInShadowId enum that defines the types of built-in shadow effects.
  • Added PresetShadowType enum that defines the preset shadow types.
  • Added ShadowBase class that represents shadow effect as an object.
  • Added PresetShadow class that represents a preset shadow effect as an object.
  • Added InnerShadow class that represents an inner shadow effect as an object.
  • Added OuterShadow class that represents an outer shadow effect as an object.
  • Added TextEffects class that represents a text formatting effect as an object.
  • Added ShapeEffects class that represents a shape formatting effect as an object.
  • Added ShapeEffectsList class that represents a set of shape styles effects to be used within a theme.
  • Added StyleEffects class that represents a reference to shape styles effect of FormatScheme.Effects list.
  • Added TextEffects property in Font class which gets the text formatting properties.
  • Added ShapeEffects property in Shape class which gets the shape formatting properties.
  • Added ShapeEffects property in GroupShape class which gets the shape formatting properties.
  • Added ShapeEffects property in CanvasShape class which gets the shape formatting properties.
  • Added ShapeEffects property in Picture class which gets the shape formatting properties.
  • Added StyleEffects property in ShapeStyle class which gets the reference to style properties in a FormatScheme.Effects list.
  • Added ShapeEffectsList property in FormatScheme class which gets a list of shape effects to be used within the theme.

Changes From the Previous Version

  • Improved diagnostics when processing report templates which contained errors.

Resolved Issues

  • In Report Templates, fixed issues which occurred when processing templates using non-US cultures.
  • In Report Template, fixed issues which caused errors when parsing valid templates.