Field.GetDataType Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Function GetDataType As Nullable(Of DataTypes)
'Usage
Dim instance As Field
Dim returnValue As Nullable(Of DataTypes)
returnValue = instance.GetDataType()
public Nullable<DataTypes> GetDataType()
public:
Nullable<DataTypes> GetDataType()
member GetDataType : unit -> Nullable<DataTypes>
public function GetDataType() : Nullable<DataTypes>
Return Value
Type: System.Nullable<DataTypes>
A Nullable<T> object.