1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

VB.netでActiveaReportsページレポートグループ化

Posted at

VB.netでActiveaReportsページレポートグループ化個人的まとめ
社会人2年目で急遽.netを利用した帳票を使う必要が出たため備忘録代わりに…
ActiveaReportsの文献が非常に少ないので誰かの参考になれば幸いです

1.bandedlistかtableをレポートに追加
2.追加した項目上で右クリック
3.グループの挿入をクリック
4.式にグループ化の条件を入れる
※プルダウンから式を選択して、データセットなどを選択
グループ化条件を複数にする場合は項目同士を+でつなげる
例: =[項目名]+[項目名]

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?