This method is overriden as the PrintTask does not display results in the TaskResults control.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As PrintTask
Dim taskJobID As String
Dim taskInputs As Object
Dim taskResults As Object
instance.DisplayResults(taskJobID, taskInputs, taskResults) |
Parameters
- taskJobID
- Unique ID for the task. Identifies the task results within the TaskResults nodes.
- taskInputs
- Inputs used to generate the task results in the task, and that may be used to re-run the task via the results context menu.
- taskResults
- Results from executing the task. One of T:ESRI.ArcGIS.ADF.Web.UI.WebControls.TaskResultNode, System.Data.DataSet, or T:ESRI.ArcGIS.ADF.Web.UI.WebControls.SimpleTaskResult.
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also