- James Beck
- SnapDevelop
- Tuesday, 15 August 2023 04:59 PM UTC
Does anyone have an example of how you can use a Report inside of a Freeform Datawindow using .net. For the Freeform datawindow, we are using a RestClient object and calling Retrieve. we have all of the datawindow objects imported into snapdevelop
Here is how we are retrieving:
ls_url = gs_host +"/api/"+ls_dddwName +"/retrieve"
gnv_RestClient.Retrieve(dw_1, ls_URL)
but the Report inside of the Freeform Datawindow is not retrieving any data.
in the model, it is declared as such:
[JsonIgnore]
[IgnoreDataMember]
[DwReport(typeof(D_Defendant_Courtevents), ParamValues = "pd_case_file_sysid")]
public IList<D_Defendant_Courtevents> Dw_1 { get; set; }
Thanks
Jim Beck
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.