Intersoft ClientUI Documentation
Items Property
See Also  Send Feedback
Intersoft.Client.UI.DocumentViewers Namespace > SqlReportNavigationLinkCollection Class : Items Property






Syntax

Visual Basic (Declaration) 
Protected ReadOnly Property Items As IList(Of SqlReportNavigationLink)
Visual Basic (Usage)Copy Code
Dim instance As SqlReportNavigationLinkCollection
Dim value As IList(Of SqlReportNavigationLink)
 
value = instance.Items
C# 
protected IList<SqlReportNavigationLink> Items {get;}
Delphi 
protected read-only property Items: IList; 
JScript 
protected function get Items : IList
Managed Extensions for C++ 
protected: __property IList<SqlReportNavigationLink*>* get_Items();
C++/CLI 
protected:
property IList<SqlReportNavigationLink^>^ Items {
   IList<SqlReportNavigationLink^>^ get();
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.