Gets or sets the edges of the container to which a report is bound
and determines how a report items is resized with its parent.
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting (in Telerik.Reporting.dll)
Syntax
| Visual Basic (Declaration) | |
|---|
<MergablePropertyAttribute(True)>
<SRDescriptionAttribute("Defines the edges of the container to which a certain report item is bound. When a report item is anchored to an edge, the distance between the item's closest edge and the specified edge will remain constant.")>
<SRCategoryAttribute("Layout")>
<ReportItemPropertyAttribute()>
Public Property Anchor As AnchorStyles |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As ReportItem
Dim value As AnchorStyles
instance.Anchor = value
value = instance.Anchor
|
| C# | |
|---|
[MergablePropertyAttribute(true)]
[SRDescriptionAttribute("Defines the edges of the container to which a certain report item is bound. When a report item is anchored to an edge, the distance between the item's closest edge and the specified edge will remain constant.")]
[SRCategoryAttribute("Layout")]
[ReportItemPropertyAttribute()]
public AnchorStyles Anchor {get; set;} |
Return Value
A bitwise combination of the
AnchorStyles values. The default
is
None.
Remarks
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also