Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets the data type of the parameter.
Spazio dei nomi Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property DataType As TypeCode
Get
'Utilizzo
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
Valore proprietà
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.
Osservazioni
Valid values are Boolean, DateTime, Double, and String.