CodeCharge Studio |
All C#.NET VB.NET |
public ReportLabelSourceType SourceType{get;set;}
Public Property SourceType() As ReportLabelSourceType
| Type | Description |
|---|---|
| DBColumn | The source of report label is a database column. |
| SpecialValue | The source of report label is a special value. |
ReportLabel1.SourceType = ReportLabelSourceType.DBColumn;
ReportLabel1.SourceType = ReportLabelSourceType.DBColumn