Type Propiedad
Gets or sets the data type (ParameterTypeEnum enumeration) of the parameter.
Espacio de nombres: ReportService2005
Ensamblado: ReportService2005 (en ReportService2005.dll)
Sintaxis
'Declaración
Public Property Type As ParameterTypeEnum
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: ReportService2005. . :: . .ParameterTypeEnum
A ParameterTypeEnum value.
Vea también