Gets or sets the width of the group's side margin, in hundredths of an inch.
'Declaration
<DescriptionAttribute("The width of the group's side margin, in hundredths of an inch.")>
<CategoryAttribute("Appearance")>
<EditorAttribute("Xceed.Grid.Reporting.Design.UnitValueEditor, Xceed.Grid.v4.3,Version=4.3.20076.12375,Culture=neutral,PublicKeyToken=ba83ff368b7563c6", System.Drawing.Design.UITypeEditor)>
<EndUserDisplayNameAttribute("Left Margin Width")>
<EndUserGlobalBrowsableAttribute(False)>
Public Property SideMarginWidth As Integer
'Usage
Dim instance As GroupReportStyle
Dim value As Integer
instance.SideMarginWidth = value
value = instance.SideMarginWidth
[Description("The width of the group's side margin, in hundredths of an inch.")]
[Category("Appearance")]
[Editor("Xceed.Grid.Reporting.Design.UnitValueEditor, Xceed.Grid.v4.3,Version=4.3.20076.12375,Culture=neutral,PublicKeyToken=ba83ff368b7563c6", System.Drawing.Design.UITypeEditor)]
[EndUserDisplayName("Left Margin Width")]
[EndUserGlobalBrowsable(false)]
public int SideMarginWidth {get; set;}
Property Value
A value representing the default value of the group's margin, in hundredths of an inch. By default, 10.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2