RSS Documentation
QueryParameters Property



Syntax
'Declaration
 
Public Property QueryParameters As QueryParameterCollection
'Usage
 
Dim instance As Report
Dim value As QueryParameterCollection
 
instance.QueryParameters = value
 
value = instance.QueryParameters
public QueryParameterCollection QueryParameters {get; set;}
public:
property QueryParameterCollection^ QueryParameters {
   QueryParameterCollection^ get();
   void set (    QueryParameterCollection^ 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

Report Class
Report Members

Send Feedback