GrapeCity ActiveReports for .NET 14.0J
LineStyle プロパティ (Shape)
使用例 

GrapeCity.ActiveReports アセンブリ > GrapeCity.ActiveReports.SectionReportModel 名前空間 > Shape クラス : LineStyle プロパティ
線の描画に使用するペンの種類を取得または設定します。
シンタックス
'宣言
 
Public Property LineStyle As LineStyle
public LineStyle LineStyle {get; set;}

プロパティ値

現在のLineStyle値。デフォルトはLineStyle.Solidです。

使用例
private void detail_Format(object sender, System.EventArgs eArgs)
{
    this.shape1.LineStyle = LineStyle.Solid;
}
Private Sub Detail1_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail1.Format
   Me.Shape1.LineStyle = LineStyle.Solid
End Sub
参照

Shape クラス
Shape メンバ
LineColor プロパティ
LineWeight プロパティ