Свойство ReportParameter.DataType

Gets the data type of the parameter.

Пространство имен:  Microsoft.ReportingServices.ReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public ReadOnly Property DataType As TypeCode 
    Get
'Применение
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

Значение свойства

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

Замечания

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

См. также

Справочник

ReportParameter Класс

Пространство имен Microsoft.ReportingServices.ReportRendering