Intersoft ClientUI Documentation
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
<CategoryAttribute("Common Properties")>
Public Property ReportNavigationList As ObservableCollection(Of SqlReportMetadata)
Dim instance As SqlReportViewer
Dim value As ObservableCollection(Of SqlReportMetadata)
 
instance.ReportNavigationList = value
 
value = instance.ReportNavigationList
[CategoryAttribute("Common Properties")]
public ObservableCollection<SqlReportMetadata> ReportNavigationList {get; set;}
[CategoryAttribute("Common Properties")]
public:
property ObservableCollection<SqlReportMetadata^>^ ReportNavigationList {
   ObservableCollection<SqlReportMetadata^>^ get();
   void set (    ObservableCollection<SqlReportMetadata^>^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SqlReportViewer Class
SqlReportViewer Members

Send Feedback