This commit is contained in:
2020-09-14 17:38:30 +00:00
parent d574fef3fa
commit 8aabc0f4fe
4 changed files with 28 additions and 4 deletions

View File

@@ -90,10 +90,11 @@ export default {
/*
public class RenderReportParameter
{
public long ReportId { get; set; }
public long ReportId { get; set; }
public long[] SelectedRowIds { get; set; }
public string DataListKey { get; set; }
public string ListView { get; set; }//optional, if null or empty will use default list view built into DataList
public JToken ClientMeta {get;set;}//meta JSON data passed from client, not part of biz object data
}
*/
let reportDataOptions = vm.reportDataOptions;