ActiveReports 9
Bar Constructor

Width of the bar.
Height of the bar.
Depth of the bar.
Initializes a new instance of the Bar class with the specified parameters.
Syntax
'Declaration
 
Public Function New( _
   ByVal width As System.Integer, _
   ByVal height As System.Integer, _
   ByVal depth As System.Integer _
)
public Bar( 
   System.int width,
   System.int height,
   System.int depth
)

Parameters

width
Width of the bar.
height
Height of the bar.
depth
Depth of the bar.
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

Bar Structure
Bar Members

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum