CodeCharge Studio All C#.NET VB.NET

Name Run-Time Property (.NET)

Applies to

Section Control

Syntax

C#.NET

public string name{get;set;}

VB.NET

Public Property Name() As String

Description

Gets or sets the name of the Section control.

Examples

C#.NET

ReportSection1.Name = "Detail";

VB.NET

ReportSection1.Name = "Detail"


On-line, printable versions and updates