ActiveReports Developer 7
MarginLeft Property
See Also 
GrapeCity.ActiveReports.Export.Image.v7 Assembly > GrapeCity.ActiveReports.Export.Image.Page Namespace > Settings Class : MarginLeft Property

Glossary Item Box

Set the value in inches to use for the left margin of the image. The format is an integer or decimal with "in" as the suffix, for example "1in" for 1 inch. By default, no margins are used. The value set in this property overrides the report's settings.

Syntax

Visual Basic (Declaration) 
Public Property MarginLeft As System.String
C# 
public System.string MarginLeft {get; set;}

See Also