jsReport Types missing?
-
I know to pull templates i can use "var template = await client.For<Template>()", but if i wanted to pull Data, there is no Data type defined. Is there a reason for this? I know if i do https://{jsreports-server}/odata/data i can pull back all data files.
What am i missing?
-
Hi, I forgot to add this type, will add it in the next release.
You can easily define your type or usedynamic
for now.
-
Perfect. Thank you!
-
I also don't see Folder anywhere in here. The datatype is missing as well as the folder/shortid in the Template and other items.
-
Yes thanks, will add it.