[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Style.PaddingTop

PaddingTop Property

PaddingTop

Gets or sets an amount of padding between the top edge of the report item and its contents.

Declaration
[ExpressionBaseType(typeof(Length))]
public ExpressionInfo PaddingTop { get; set; }
Property Value
Type Description
ExpressionInfo

An ExpressionInfo that evaluates to the Length value indacating the padding between the top edge of the report item and its contents.

Remarks

Default value is 0pt, the maximum value is 1000pt.

As both borders and padding are measured from the edge of the object, borders may overlap the contents of report items unless there is sufficient padding.