'宣言 Public Property MaxRecords As System.Integer
'使用法 Dim instance As DataSource Dim value As System.Integer instance.MaxRecords = value value = instance.MaxRecords
public System.int MaxRecords {get; set;}
'宣言 Public Property MaxRecords As System.Integer
'使用法 Dim instance As DataSource Dim value As System.Integer instance.MaxRecords = value value = instance.MaxRecords
public System.int MaxRecords {get; set;}
このプロパティは、レポートのサイズを制限する場合に役立ちます。たとえば、プレビューウィンドウに データベースの最初の 500 レコードだけを表示するようなレポートデザイナを記述できます。
このプロパティを 0 に設定すると、コントロールはすべてのレコードを取得します。
C1.WPF.Report.C1FlexReport.MaxPagesプロパティを設定してレポートの大きさを制限することもできます。