Build list of horizontal hard breaks within this
BrickBase.
シンタックス
'宣言
Public Overridable Sub HBuildBreaks( _
ByVal As FlexReport, _
ByVal As Breaks, _
ByVal As System.Double, _
ByVal As System.Double, _
ByVal As System.Double, _
ByVal As System.Double _
)
'使用法
Dim instance As BrickBase
Dim report As FlexReport
Dim breaks As Breaks
Dim topParentWidth As System.Double
Dim offset As System.Double
Dim parentLeftBound As System.Double
Dim parentRightBound As System.Double
instance.HBuildBreaks(report, breaks, topParentWidth, offset, parentLeftBound, parentRightBound)
public virtual void HBuildBreaks(
FlexReport ,
Breaks ,
System.double ,
System.double ,
System.double ,
System.double
)
パラメータ
- report
- breaks
- List of the breaks.
- topParentWidth
- offset
- parentLeftBound
- parentRightBound
参照