Partilhar via


Propriedade do RDL DataType

Gets the data type of the parameter.

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
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 da propriedade

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.

Comentários

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