Właściwość ReportParameter.DataType
Pobiera typ danych parametru
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property DataType As TypeCode
Get
'Użycie
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
Wartość właściwości
Typ: System.TypeCode
A TypeCode obiektu.
Zobacz także