Field.GetDataType Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the data type for the field.
public:
Nullable<Microsoft::ReportingServices::RdlObjectModel::DataTypes> GetDataType();
public Microsoft.ReportingServices.RdlObjectModel.DataTypes? GetDataType ();
member this.GetDataType : unit -> Nullable<Microsoft.ReportingServices.RdlObjectModel.DataTypes>
Public Function GetDataType () As Nullable(Of DataTypes)
Returns
A Nullable<T> object.