Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the field data type.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property DataType As MapDataTypes
Get
Set
'Usage
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)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.MapDataTypes
A MapDataTypes value.