Свойство 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 Пропуск значений для необязательных объектов веб-службы.