Windward Studios API Reference
drillDownToVal Method
See Also  Send comments on this topic.
WindwardReportsDrivers.net.windward.datasource.json Namespace > JsonDataSourceDotNet Class : drillDownToVal Method




rtn
tagType

Glossary Item Box

Syntax

Visual Basic (Declaration) 
<IKVM.Attributes.ThrowsAttribute(System.String[])>
<IKVM.Attributes.LineNumberTableAttribute()>
Public Overridable Function drillDownToVal( _
   ByVal rtn As Object, _
   ByVal tagType As String _
) As Object
Visual Basic (Usage)Copy Code
Dim instance As JsonDataSourceDotNet
Dim rtn As Object
Dim tagType As String
Dim value As Object
 
value = instance.drillDownToVal(rtn, tagType)
C# 
[IKVM.Attributes.Throws(System.String[])]
[IKVM.Attributes.LineNumberTable()]
public virtual object drillDownToVal( 
   object rtn,
   string tagType
)
Managed Extensions for C++ 
[IKVM.Attributes.Throws(System.String[])]
[IKVM.Attributes.LineNumberTable()]
public: virtual Object* drillDownToVal( 
   Object* rtn,
   string* tagType
) 
C++/CLI 
[IKVM.Attributes.Throws(System.String[])]
[IKVM.Attributes.LineNumberTable()]
public:
virtual Object^ drillDownToVal( 
   Object^ rtn,
   String^ tagType
) 

Parameters

rtn
tagType

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software