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






Gets or sets the report parameter type.

Syntax

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