Skip to content

No Report to Download (no data) #164

Answered by abuzuhri
feetpeoplellc asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @feetpeoplellc

if you try to use this method CreateReportAndDownloadFile or use the same code will be better way

public string CreateReportAndDownloadFile(ReportTypes reportTypes, DateTime? dataStartTime = null, DateTime? dataEndTime = null, ReportOptions reportOptions = null) =>

public string CreateReportAndDownloadFile(ReportTypes reportTypes, DateTime? dataStartTime = null, DateTime? dataEndTime = null, ReportOptions reportOptions = null) =>
            Task.Run(() => CreateReportAndDownloadFileAsync(reportTypes, dataStartTime, dataEndTime, reportOptions)).ConfigureAwait(false).G…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@feetpeoplellc
Comment options

Answer selected by feetpeoplellc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants