ReportParameter.Type 屬性

The data type (ParameterTypeEnum) of the parameter.

命名空間:  ReportExecution2005
組件:  ReportExecution2005 (在 ReportExecution2005.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)

屬性值

型別:ReportExecution2005.ParameterTypeEnum
A read-only ParameterTypeEnum value.

備註

The value for the Type property has a corresponding TypeSpecified property in the Reporting Services Execution Web service proxy class. Because Type is read-only and cannot be set by end users, you do not need to specify this property. For more information about specifying properties, see 省略選擇性 Web 服務物件的值.

請參閱

參考

ReportParameter 類別

ReportExecution2005 命名空間