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

構文
'宣言
 
Public Property CacheToDisk As Boolean
public bool CacheToDisk {get; set;}
使用例
private void arv_Load(object sender, System.EventArgs e)
{
    rptDocument rpt = new rptDocument();
    rpt.Document.CacheToDisk = true;
    rpt.Run();
    arv.Document=rpt.Document;  
}
Private Sub arv_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles arv.Load
    Dim rpt As New rptDocument
    rpt.Document.CacheToDisk = True
    rpt.Run()
    arv.Document = rpt.Document
End Sub
参照

関連項目

SectionDocument クラス
SectionDocument メンバ

 

 


©2003-2017 GrapeCity inc. All rights reserved.