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.
See Also

Reference

Bar Structure
Bar Members

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum