CodeCharge Studio All C#.NET VB.NET

SourceType Run-Time Property (.NET)

Applies to

ReportLabel Control

Syntax

C#.NET

public ReportLabelSourceType SourceType{get;set;}

VB.NET

Public Property SourceType() As ReportLabelSourceType

Description

Retrieves or sets the source type of the report label.
Type Description
DBColumn  The source of report label is a database column.
SpecialValue  The source of report label is a special value.

Examples

C#.NET

ReportLabel1.SourceType = ReportLabelSourceType.DBColumn;

VB.NET

ReportLabel1.SourceType = ReportLabelSourceType.DBColumn

See also

Source Property

 


On-line, printable versions and updates