Gets or sets the width, in hundredths of an inch, of the column when it is printed in a report.
'Declaration
<DescriptionAttribute("The width, in hundredths of an inch, of the column when it is printed in a report.")>
<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)>
Public Property Width As Integer
'Usage
Dim instance As ColumnReportStyle
Dim value As Integer
instance.Width = value
value = instance.Width
[Description("The width, in hundredths of an inch, of the column when it is printed in a report.")]
[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)]
public int Width {get; set;}
Property Value
A value representing the width, in hundredths of an inch, of the column when it is printed in a report.
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