ActiveReports 13
SetMargin(Length,Length) Method

GrapeCity.ActiveReports Assembly > GrapeCity.ActiveReports.ReportsCore.Tools Namespace > ReportCombiner Class > SetMargin Method : SetMargin(Length,Length) Method
Sets the margins of the report.
Syntax
'Declaration
 
Public Overloads Sub SetMargin( _
   ByVal topAndBottom As GrapeCity.ActiveReports.PageReportModel.Length, _
   ByVal rightAndLeft As GrapeCity.ActiveReports.PageReportModel.Length _
) 
public void SetMargin( 
   GrapeCity.ActiveReports.PageReportModel.Length topAndBottom,
   GrapeCity.ActiveReports.PageReportModel.Length rightAndLeft
)

Parameters

topAndBottom
rightAndLeft
See Also

Reference

ReportCombiner Class
ReportCombiner Members
Overload List