zoukankan      html  css  js  c++  java
  • 【原】Crystal Reports水晶报表 格式化传入的float字符串

    同上一篇【原】[Data.Common.Format] 格式化传入的float(浮点型)字符串

    步骤:

    1. 添加一个用户自定义函数(FormatMinDecimals)

    2. 在公式中调用FormatMinDecimals(mailto:%7B@strFloat}, 2)

    代码如下(Crystal 语法): 

    Crystal 语法
  • 相关阅读:
    spring aop的@Before,@Around,@After,@AfterReturn,@AfterThrowing的理解
    详解Spring 框架中切入点 pointcut 表达式的常用写法
    Spring计时器StopWatch使用
    Java反射-解析ProceedingJoinPoint的方法参数及参数值
    MySQL 中 datetime 和 timestamp 的区别与选择
    java在注解中绑定方法参数的解决方案
    spring aop的@Before,@Around,@After,@AfterReturn,@AfterThrowing的理解
    LocalDateTime和Date的比较与区别
    idea启动java服务报错OutOfMemoryError: GC overhead limit exceeded解决方法
    java在注解中绑定方法参数的解决方案
  • 原文地址:https://www.cnblogs.com/luckylei66/p/1389255.html
Copyright © 2011-2022 走看看