CodeCharge Studio All C#.NET VB.NET

DataType Run-Time Property (.NET)

Applies to

ReportLabel control

Syntax

C#.NET

public FieldType DataType{get;set;}

VB.NET

Public Property DataType() As FieldType

Description

Retrieves or sets the data type of the ReportLabel control.

Examples

C#.NET

ReportLabel1.DataType = FieldType.Integer;

VB.NET

ReportLabel1.DataType = FieldType._Integer


On-line, printable versions and updates