Hi SyncFusion,
I was missing the:
public object GetResource(string key, string resourceType, bool isPrinting)
{
//Returns the report resource for the requested key.
return ReportHelper.GetResource(key, resourceType, isPrinting);
}
in my webapi.
Best regards
Martin