Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets the field data type.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property DataType As MapDataTypes
Get
Set
'Utilisation
Dim instance As MapFieldDefinition
Dim value As MapDataTypes
value = instance.DataType
instance.DataType = value
public MapDataTypes DataType { get; set; }
public:
property MapDataTypes DataType {
MapDataTypes get ();
void set (MapDataTypes value);
}
member DataType : MapDataTypes with get, set
function get DataType () : MapDataTypes
function set DataType (value : MapDataTypes)
Valeur de propriété
Type : Microsoft.ReportingServices.RdlObjectModel.MapDataTypes
A MapDataTypes value.