ReportParameter.Type プロパティ
パラメーターのデータ型 (ParameterTypeEnum 列挙) を取得、または設定します。
名前空間: ReportService2005
アセンブリ: ReportService2005 (ReportService2005.dll)
構文
'宣言
Public Property Type As ParameterTypeEnum
Get
Set
'使用
Dim instance As ReportParameter
Dim value As ParameterTypeEnum
value = instance.Type
instance.Type = value
public ParameterTypeEnum Type { get; set; }
public:
property ParameterTypeEnum Type {
ParameterTypeEnum get ();
void set (ParameterTypeEnum value);
}
member Type : ParameterTypeEnum with get, set
function get Type () : ParameterTypeEnum
function set Type (value : ParameterTypeEnum)
プロパティ値
型: ReportService2005.ParameterTypeEnum
ParameterTypeEnum 値です。