ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Style Class / PaddingRight Property

In This Topic
    PaddingRight Property (Style)
    In This Topic
    Gets or sets an amount of padding between the right edge of the report item and its contents.
    Syntax
    'Declaration
     
    Public Property PaddingRight As ExpressionInfo
    public ExpressionInfo PaddingRight {get; set;}

    Property Value

    An GrapeCity.Enterprise.Data.Expressions.ExpressionInfo that evaluates to the Length value indacating the padding between the right 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.

    See Also