Closed engern closed 3 years ago
Hi,
We use Resources with our JS Reports, and wish to use this dotnet client. How do I sepcify this part of the request in the dotnet client: "options": { "language": "en" }
You can use this override.
rs.RenderAsync(new RenderRequest { Template = new Templates { Name = "xxxx" }, Data = new { ... }, Options = new RenderOptions { Language = "en" } }
Hi,
We use Resources with our JS Reports, and wish to use this dotnet client. How do I sepcify this part of the request in the dotnet client: "options": { "language": "en" }