ReportParameter.Type 属性

Gets or sets the data type (ParameterTypeEnum enumeration) of the parameter.

命名空间:  ReportService2006
程序集:  ReportService2006(在 ReportService2006.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)

属性值

类型:ReportService2006.ParameterTypeEnum
A ParameterTypeEnum value.

请参阅

参考

ReportParameter 类

ReportService2006 命名空间