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




Glossary Item Box

Get all imports in the processed template. This must be called after processData as that is what finds the imports. You must set TrackImports = true; before processing for this value to be populated.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property ImportInfo As IList(Of ImportMetrics)
Visual Basic (Usage)Copy Code
Dim instance As Report
Dim value As IList(Of ImportMetrics)
 
value = instance.ImportInfo
C# 
public IList<ImportMetrics> ImportInfo {get;}
Managed Extensions for C++ 
public: __property IList<ImportMetrics*>* get_ImportInfo();
C++/CLI 
public:
property IList<ImportMetrics^>^ ImportInfo {
   IList<ImportMetrics^>^ get();
}

Property Value

all imports in the processed 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.