Responder Developer Guide
PresentReport Method


Syntax
'Declaration
 
Protected Overrides Sub PresentReport( _
   ByVal query As QueryClass, _
   ByVal properties As IDictionary, _
   ByVal exportedFilePath As Stream, _
   ByVal transformedFilePath As Stream _
) 
'Usage
 
Dim instance As DesktopQueriesHelper
Dim query As QueryClass
Dim properties As IDictionary
Dim exportedFilePath As Stream
Dim transformedFilePath As Stream
 
instance.PresentReport(query, properties, exportedFilePath, transformedFilePath)
protected override void PresentReport( 
   QueryClass query,
   IDictionary properties,
   Stream exportedFilePath,
   Stream transformedFilePath
)

Parameters

query
properties
exportedFilePath
transformedFilePath
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

DesktopQueriesHelper Class
DesktopQueriesHelper Members

 

 


Send Comment