CodeCharge Studio All C#.NET VB.NET

Height Run-Time Property (.NET)

Applies to

Section Control

Syntax

C#.NET

public float Height{get;set;}

VB.NET

Public Property Height() As Single

Description

Retrieves or sets the height of the current control in abstract "line" units.

Examples

C#.NET

ReportSection1.Height = 1.5;

VB.NET

ReportSection1.Height = 1.5


On-line, printable versions and updates