Intersoft ClientUI Documentation
ReportParameters Property



Gets a collection of currently loaded SQL report parameter
Syntax
<CategoryAttribute("Common Properties")>
Public Property ReportParameters As ObservableCollection(Of ISqlParameterMetadata)
Dim instance As SqlReportViewer
Dim value As ObservableCollection(Of ISqlParameterMetadata)
 
instance.ReportParameters = value
 
value = instance.ReportParameters
[CategoryAttribute("Common Properties")]
public ObservableCollection<ISqlParameterMetadata> ReportParameters {get; set;}
[CategoryAttribute("Common Properties")]
public:
property ObservableCollection<ISqlParameterMetadata^>^ ReportParameters {
   ObservableCollection<ISqlParameterMetadata^>^ get();
   void set (    ObservableCollection<ISqlParameterMetadata^>^ 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