Propriedade do RDL DataType
Gets or sets the field data type.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Property DataType As MapDataTypes
Get
Set
'Uso
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)
Valor da propriedade
Tipo: Microsoft.ReportingServices.RdlObjectModel. . :: . .MapDataTypes
A MapDataTypes value.
Consulte também