文檔首頁>>FastReport中文文檔>>引用總值
引用總值
要引用總值,請使用報告對象的 GetTotalValue 方法:
float sales = Report.GetTotalValue("TotalSales");
點擊復制
總計值具有 FastReport.Variant 類型。It can be directly in any expression, because the FastReport.Variant type is automatically converted to any type.例如
float tax = Report.GetTotalValue("TotalSales") * 0.2f;
點擊復制
如需下載fastreport最新試用版,請點產(chǎn)品名跳轉(zhuǎn)產(chǎn)品下載頁>>