このトピックでは、C1Reportコントロールの基本的な機能をサンプルコードと画像で紹介します。
このトピックのサンプルコードを実行するには、下記のコードを記述して名前空間をインポートする必要があります。
サンプルコード(VB) |
コードのコピー
|
---|---|
Imports C1.C1Report Imports System Imports System.Collections.Generic Imports System.Drawing Imports System.Drawing.Printing |
サンプルコード(C#) |
コードのコピー
|
---|---|
Imports C1.C1Report Imports System Imports System.Collections.Generic Imports System.Drawing Imports System.Drawing.Printing |