Questions tagged as 'dynamic'

1
answer

Convert dynamic to query string

Is there a more "elegant" way of converting a dynamic to a query string ? I'm currently doing with several Replace() but it's not quite what I wanted. string data = new { email = email, password = password } .ToString...
asked by 05.11.2017 / 13:52
1
answer

"Dynamic" data type is not of the same type as the native

I'm trying to create a struct that has one of its attributes having its dynamic or varied data type, I need (when running the struct constructor) to define its data type, and it should be the same as the native one because when I I'm trying to d...
asked by 20.06.2018 / 20:46
1
answer

Generate list dynamically with Linq

I have an API that uses DotNet dynamic to generate the tickets. The documentation is as follows: dynamic endpoints = new Endpoints("client_id", "client_secret", true); var body = new { items = new[] { new { name = "Primeiro item d...
asked by 30.11.2018 / 12:50
0
answers

Dynamic Reports page reports very large

I have a report developed in Java that uses DynamicReports. When I try to generate a report with more than 1000 pages approximately the system launches a Java Heap Exception. Is there any way to subdivide into smaller reports by Dynamic Reports...
asked by 05.04.2018 / 22:09
0
answers

Web Report with Dynamic

Good morning. Today I have a basic default layout generated in the Jasper Report. The problem is that each client wants a differentiated layout with fields in differentiated positions or fields that they will not use, etc. You can not create...
asked by 09.04.2018 / 15:33
0
answers

Table contents, tbody, dynamic according to thead angularjs

Hello, I have an automatic thead generator, positioning colspan and conforming rowspan of json content, but not being able to link the contents of each column to thead, how would I do that? angular.module('myapp', []).controller('tableCo...
asked by 29.01.2018 / 09:38