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






Gets or sets the report nagigation links. By default the list is populated with all the reports in the current report server.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Common Properties")>
Public Property ReportNavigationList As ObservableCollection(Of SqlReportMetadata)
Visual Basic (Usage)Copy Code
Dim instance As SqlReportViewer
Dim value As ObservableCollection(Of SqlReportMetadata)
 
instance.ReportNavigationList = value
 
value = instance.ReportNavigationList
C# 
[CategoryAttribute("Common Properties")]
public ObservableCollection<SqlReportMetadata> ReportNavigationList {get; set;}
Delphi 
public read-write property ReportNavigationList: ObservableCollection; 
JScript 
CategoryAttribute("Common Properties")
public function get,set ReportNavigationList : ObservableCollection
Managed Extensions for C++ 
[CategoryAttribute("Common Properties")]
public: __property ObservableCollection<SqlReportMetadata*>* get_ReportNavigationList();
public: __property void set_ReportNavigationList( 
   ObservableCollection<SqlReportMetadata*>* value
);
C++/CLI 
[CategoryAttribute("Common Properties")]
public:
property ObservableCollection<SqlReportMetadata^>^ ReportNavigationList {
   ObservableCollection<SqlReportMetadata^>^ get();
   void set (    ObservableCollection<SqlReportMetadata^>^ value);
}

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.