'Declaration Public Function OpenReport( _ ByVal reportID As String, _ Optional ByVal parameters() As Parameter _ ) As Task
public Task OpenReport( string reportID, Parameter[] parameters )
Parameters
- reportID
- The id of the report.
- parameters
- An array of parameter values for the report (optional).
Return Value
A task that represents the asynchronous operation of opening the report.