'Declaration <DescriptionAttribute("The dash style of the border (report line). By default, a solid line.")> <CategoryAttribute("Appearance")> <EndUserDisplayNameAttribute("Dash Style")> <RefreshPropertiesAttribute(RefreshProperties.All)> <TypeConverterAttribute(Xceed.Grid.Reporting.Design.DashStyleConverter)> Public Property DashStyle As DashStyle
'Usage Dim instance As ReportLine Dim value As DashStyle instance.DashStyle = value value = instance.DashStyle
[Description("The dash style of the border (report line). By default, a solid line.")] [Category("Appearance")] [EndUserDisplayName("Dash Style")] [RefreshProperties(RefreshProperties.All)] [TypeConverter(Xceed.Grid.Reporting.Design.DashStyleConverter)] public DashStyle DashStyle {get; set;}