文檔首頁(yè)>>FastReport中文文檔>>向報(bào)告參數(shù)傳遞值
向報(bào)告參數(shù)傳遞值
報(bào)告可能有參數(shù)。請(qǐng)?jiān)凇队脩?hù)手冊(cè)》中閱讀更多相關(guān)信息。要為參數(shù)傳遞值,請(qǐng)使用報(bào)告對(duì)象的 SetParameterValue 方法:
report1.Load("report.frx"); report1.SetParameterValue("MyParam", 10); report1.Show();
點(diǎn)擊復(fù)制
publicvoid SetParameterValue(string complexName, object value)
點(diǎn)擊復(fù)制
"ParentParameter.ChildParameter"
點(diǎn)擊復(fù)制
如需下載fastreport最新試用版,請(qǐng)點(diǎn)產(chǎn)品名跳轉(zhuǎn)產(chǎn)品下載頁(yè)>>