Propriété DataType
Gets the data type of the parameter
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property DataType As TypeCode
Get
'Utilisation
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
Valeur de propriété
Type : System. . :: . .TypeCode
A TypeCode object.
Voir aussi