Compartir a través de


ReportParameter.DataType Propiedad

Gets the data type of the parameter.

Espacio de nombres:  Microsoft.ReportingServices.ReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property DataType As TypeCode 
    Get
'Uso
Dim instance As ReportParameter 
Dim value As TypeCode 

value = instance.DataType
public TypeCode DataType { get; }
public:
property TypeCode DataType {
    TypeCode get ();
}
member DataType : TypeCode
function get DataType () : TypeCode

Valor de la propiedad

Tipo: System.TypeCode
A TypeCode indicating the data type of the parameter. For more information, see "TypeCode Enumeration" in the Microsoft .NET Framework SDK documentation.

Comentarios

Valid values are Boolean, DateTime, Double, and String.

Vea también

Referencia

ReportParameter Clase

Espacio de nombres Microsoft.ReportingServices.ReportRendering