ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Style Class / PaddingLeft Property

In This Topic
    PaddingLeft Property
    In This Topic

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

    Syntax
    'Declaration
     
    Public Property PaddingLeft As GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo PaddingLeft {get; set;}

    Property Value

    A Length ExpressionInfo that evaluates to the padding between the left edge of the report item and its contents.

    Remarks

    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.

    See Also