cancel
Showing results for 
Search instead for 
Did you mean: 

How can I query the prompts provided to a scheduled instance?

Former Member
0 Kudos

I'm using the BOXI 3.1 WS-SDK and I need to show the user the values provided as parameters to a future scheduled instance of a report (like the parameters column when viewing the report history in the InfoView app).

I've tried using the ReportEngine.GetDocumentInformation with FillPrompts as the action but this returns the prompts, not the actual values supplied (as far as I can tell).

How do you get the parameters passed to a scheduled instance of a report?

Accepted Solutions (1)

Accepted Solutions (1)

ted_ueda
Employee
Employee
0 Kudos

For docs scheduled to WebI type,


Webi.WebiProcessingInfo

for Crystal Reports


CrystalReport.PluginProcessingInterface.ReportParameters

For other types, not exposed.

Sincerely,

Ted Ueda

Former Member
0 Kudos

Hiya Ted,

Excellent - thanks - I was looking in the wrong place altogether!

Cheers,

Jack

Answers (0)