Windward Engine API Reference
setParamMode Method
See Also  Send comments on this topic.
WindwardReportsDrivers.net.windward.datasource.xml Namespace > XPathDataSource Class : setParamMode Method




mode
the parameter substitution mode.

Glossary Item Box

Set the parameter substitution mode.

Syntax

Visual Basic (Declaration) 
Public Sub setParamMode( _
   ByVal mode As Integer _
) 
Visual Basic (Usage)Copy Code
Dim instance As XPathDataSource
Dim mode As Integer
 
instance.setParamMode(mode)
C# 
public void setParamMode( 
   int mode
)
Managed Extensions for C++ 
public: void setParamMode( 
   int mode
) 
C++/CLI 
public:
void setParamMode( 
   int mode
) 

Parameters

mode
the parameter substitution mode.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2019 All Rights Reserved.