ActiveReports 13
SetMargin(Length,Length,Length,Length) Method

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

Parameters

top
right
bottom
left
See Also

Reference

ReportCombiner Class
ReportCombiner Members
Overload List