Intersoft ClientUI Documentation
Type Property (SqlReportParameterMetadata)



Gets or sets the report parameter type.
Syntax
Public Property Type As ReportParameterType
Dim instance As SqlReportParameterMetadata
Dim value As ReportParameterType
 
instance.Type = value
 
value = instance.Type
public ReportParameterType Type {get; set;}
public:
property ReportParameterType Type {
   ReportParameterType get();
   void set (    ReportParameterType 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

SqlReportParameterMetadata Class
SqlReportParameterMetadata Members

Send Feedback