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




Glossary Item Box

True if you want to call getImports after processing datasources. Default is false.

Syntax

Visual Basic (Declaration) 
Public Property TrackImports As Boolean
Visual Basic (Usage)Copy Code
Dim instance As Report
Dim value As Boolean
 
instance.TrackImports = value
 
value = instance.TrackImports
C# 
public bool TrackImports {get; set;}
Managed Extensions for C++ 
public: __property bool get_TrackImports();
public: __property void set_TrackImports( 
   bool value
);
C++/CLI 
public:
property bool TrackImports {
   bool get();
   void set (    bool value);
}

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.