Reporting

Represents padding information associated with a report item.

Namespace: Telerik.Reporting.Drawing
Assembly: Telerik.Reporting (in Telerik.Reporting.dll)

Syntax

C#
public class Padding : IPadding
Visual Basic
Public Class Padding _
	Implements IPadding

Remarks

The padding is the internal space between the body of the item and its edge.

Padding has a different effect on report items that are containers than on report items that are not. For example, in a Panel item, the Padding property defines the spacing between the border of the Panel and its child items. For a TextBox item, the Padding property defines the spacing between the border of the TextBox item and its contained text.

Inheritance Hierarchy

System..::..Object
  Telerik.Reporting.Drawing..::..Padding

See Also