Windward Engine API Reference
UpdatePods Method
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > Report Class : UpdatePods Method




pods
The Pods to update in the template.

Glossary Item Box

Update the framed UDTs in this template. You need to call setup, this method, and then complete.

Syntax

Visual Basic (Declaration) 
Public Sub UpdatePods( _
   ByVal pods As IEnumerable(Of PodUpdate) _
) 
Visual Basic (Usage)Copy Code
Dim instance As Report
Dim pods As IEnumerable(Of PodUpdate)
 
instance.UpdatePods(pods)
C# 
public void UpdatePods( 
   IEnumerable<PodUpdate> pods
)
Managed Extensions for C++ 
public: void UpdatePods( 
   IEnumerable<PodUpdate*>* pods
) 
C++/CLI 
public:
void UpdatePods( 
   IEnumerable<PodUpdate^>^ pods
) 

Parameters

pods
The Pods to update in the template.

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.