ActiveReports 9
Height Property (ReportItem)

Gets or sets the height of the report item.

Syntax
'Declaration
 
Public Overridable Property Height As Length
public virtual Length Height {get; set;}

Property Value

A Length structure indicating the report item's height.

Remarks

Negative sizes are allowed only for the Line report item.

The default value is the height of the containing object minus the Top, if no value is provided.

For Table and Matrix report items, the default values for Height and Width are instead derived from the sizes of the component parts (columns, rows, matrix cells).

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ReportItem Class
ReportItem Members

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum