Beispiel #1
0
 public Task <ReportDataSet> GetReportDataSetById(string reportId)
 {
     return(Task.Run(() => BusinessIntelligenceManager.Create(CommerceRuntimeManager.Runtime).GetReportDataSetById(reportId)));
 }
Beispiel #2
0
 public Task <ReportDataSet> SearchReportDataSet(string reportId, System.Collections.Generic.IEnumerable <CommerceProperty> parameters)
 {
     return(Task.Run(() => BusinessIntelligenceManager.Create(CommerceRuntimeManager.Runtime).SearchReportDataSet(reportId, parameters)));
 }