Hello,
I have an Issue with reporting engine, string property in object are auto converted to integer skipping early char “0”.
Exemple:
myObject.myString = "000001125454"
will be displayed as 1125454
in the output document using tag <<[myObject.myString]>>
I haven’t the same issue in Excel template or using a variable in word template. It only occurs for nested or custom objects.
I enclosed my test solution, with 2 templates with same datasources: AsposeTest_string.zip (196.7 KB)
-
An Excel template.xlsx: no convertion problem
-
A Word,template.docx: conversion problem
In both template, I put three data sources:
- variable ==> no issue
- custom object ==> conversion issue in word doc only
- nested object ==> conversion issue in word doc only
PDF template output:
Is a way to avoid “0” skipping in my template?
Thank you