Hi Everyone
I recently registered for the free trail, wanting to use the product for report automation. After creating the template in the standalone report designer, I want to export grammatically. However i get following error on the unpack method:
Cannot read a document with the specified schema: http://schemas.telerik.com/reporting/2012/4.1.
You might be using an older version of the product.
Not sure where to go from here.
using (var sourceStream = System.IO.File.OpenRead(Server.MapPath(Url.Content("~/Forms/DebitForm.trdp")))){ var report = reportPackager.Unpackage(sourceStream);}