PowerTools ActiveReports for .NET 11.0J
Shadow プロパティ
使用例 

構文
'宣言
 
Public Property Shadow As Boolean
public bool Shadow {get; set;}
使用例
private void viewer1_Load(object sender, System.EventArgs e)
{
         SectionReport1 rpt = new SectionReport1();
         rpt.Sections[0].Controls[0].Border.Shadow = true;
         rpt.Run();
         viewer1.Document = rpt.Document;
}
Private Sub Viewer1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Viewer1.Load
    Dim rpt As New SectionReport1
    rpt.Sections(0).Controls(0).Border.Shadow = True
    rpt.Run()
    Viewer1.Document = rpt.Document
End Sub
参照

関連項目

Border クラス
Border メンバ

 

 


©2003-2017 GrapeCity inc. All rights reserved.