Partager via


Propriété ReportParameter.Type

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

Espace de noms :  ReportService2006
Assembly :  ReportService2006 (en ReportService2006.dll)

Syntaxe

'Déclaration
Public Property Type As ParameterTypeEnum 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : ReportService2006.ParameterTypeEnum
A ParameterTypeEnum value.

Voir aussi

Référence

ReportParameter Classe

Espace de noms ReportService2006