ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Export.Image Assembly / GrapeCity.ActiveReports.Export.Image.Page Namespace / Settings Class / MarginTop Property

In This Topic
    MarginTop Property (Settings)
    In This Topic
    Set the value in inches to use for the top 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
    'Declaration
     
    Public Property MarginTop As String
    public string MarginTop {get; set;}
    See Also