Intersoft ClientUI Documentation
Type Property
See Also  Send Feedback
Intersoft.Client.UI.DocumentViewers Namespace > ISqlParameterMetadata Interface : Type Property






Gets or sets the report parameter type.

Syntax

Visual Basic (Declaration) 
Property Type As ReportParameterType
Visual Basic (Usage)Copy Code
Dim instance As ISqlParameterMetadata
Dim value As ReportParameterType
 
instance.Type = value
 
value = instance.Type
C# 
ReportParameterType Type {get; set;}
Delphi 
read-write property Type: ReportParameterType; 
JScript 
function get,set Type : ReportParameterType
Managed Extensions for C++ 
__property ReportParameterType get_Type();
__property void set_Type( 
   ReportParameterType value
);
C++/CLI 
property ReportParameterType Type {
   ReportParameterType get();
   void set (    ReportParameterType 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.