GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > Style Class : PaddingBottom Property |
Gets or sets the amount of padding between the bottom edge of the report item and its contents.
'Declaration Public Property PaddingBottom As ExpressionInfo
public ExpressionInfo PaddingBottom {get; set;}
A Length ExpressionInfo object that evaluates to the padding between the bottom edge of the report item and its contents.
The 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.