Share via


Enumeración ParameterDataType

Specifies the data type of a parameter.

Espacio de nombres: Microsoft.Reporting.WebForms
Ensamblado: Microsoft.ReportViewer.WebForms (en microsoft.reportviewer.webforms.dll)

Sintaxis

Miembros

  Nombre del miembro Descripción
Boolean A Boolean data type that represents a true or false condition. 
DateTime A DateTime data type that represents the date and time. 
Float A Float data type that represents a floating point decimal value. 
Integer An Integer data type.  
String A String data type that represents an array of characters. 

Comentarios

Use the ParameterDataType enumeration with the DataType property of the ReportParameterInfo class.

Vea también

Referencia

Espacio de nombres Microsoft.Reporting.WebForms