ReportParameter.Type Property

Definition

The data type (ParameterTypeEnum) of the parameter.

public:
 property ReportExecution2005::ParameterTypeEnum Type { ReportExecution2005::ParameterTypeEnum get(); void set(ReportExecution2005::ParameterTypeEnum value); };
public ReportExecution2005.ParameterTypeEnum Type { get; set; }
member this.Type : ReportExecution2005.ParameterTypeEnum with get, set
Public Property Type As ParameterTypeEnum

Property Value

A read-only ParameterTypeEnum value.

Remarks

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 Omitting Values for Optional Web Service Objects.

Applies to