文檔金喜正規(guī)買(mǎi)球>>FastReport中文文檔>>引用報(bào)告對(duì)象
引用報(bào)告對(duì)象
在引用報(bào)告對(duì)象(例如 "Text "對(duì)象)時(shí),請(qǐng)使用對(duì)象名稱。下面的示例將返回 Text1 對(duì)象的高度:
float height = Text1.Height;
點(diǎn)擊復(fù)制
float heightInPixels = Text1.Height; float heightInCM = heightInPixels / Units.Centimeters; Text1.Height = Units.Centimeters * 5; // 5см
點(diǎn)擊復(fù)制
如需下載fastreport最新試用版,請(qǐng)點(diǎn)產(chǎn)品名跳轉(zhuǎn)產(chǎn)品下載頁(yè)>>