ArcFM Solution Developer Guide
ShowReport Method


Syntax
'Declaration
 
Function ShowReport( _
   ByVal query As QueryClass, _
   ByVal dataSet As System.Data.DataSet, _
   ByVal properties As System.Collections.IDictionary _
) As System.Boolean
'Usage
 
Dim instance As IShowReport
Dim query As QueryClass
Dim dataSet As System.Data.DataSet
Dim properties As System.Collections.IDictionary
Dim value As System.Boolean
 
value = instance.ShowReport(query, dataSet, properties)
System.bool ShowReport( 
   QueryClass query,
   System.Data.DataSet dataSet,
   System.Collections.IDictionary properties
)

Parameters

query
dataSet
properties
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

IShowReport Interface
IShowReport Members

 

 


Send Comment