文檔首頁>>FastReport中文文檔>>設(shè)計(jì)報告
設(shè)計(jì)報告
您可以在應(yīng)用程序中使用報告設(shè)計(jì)器。除 Basic 版外,所有 FastReport .NET 版本都可以使用。為此,請使用報表對象的設(shè)計(jì)方法:
report1 = new Report(); report1.Load("report1.frx"); report1.Design();
點(diǎn)擊復(fù)制
Method | Description |
---|---|
bool Design() |
顯示設(shè)計(jì)器。 |
bool Design(bool modal) |
顯示設(shè)計(jì)器。模態(tài)參數(shù)決定是否有必要以模態(tài)方式顯示設(shè)計(jì)器。 |
bool Design(Form mdiParent) |
顯示設(shè)計(jì)器。mdiParent 參數(shù)定義 MDI 主窗口。 |
如需下載fastreport最新試用版,請點(diǎn)產(chǎn)品名跳轉(zhuǎn)產(chǎn)品下載頁>>