SSRS Asin 函数

SSRS Asin 函数是一个数学函数,它返回三角反正弦值,即给定角度的值。Asin 反正弦函数返回 Product 表中指定数字字段的角度的语法如下所示。

=Asin(1)

为了演示 Reporting Services 的 Asin 函数,我们使用下面的 Products 表,该表有 14 条记录。图像显示了表报告中的记录;结果在一个空列中。

Source Table

SSRS Asin 函数示例

为此,右键单击“结果”标题下的文本框,然后选择“表达式”以打开下面的窗口。下面的 Asin 函数表达式查找 Product 表中“服务等级”字段或列的反正弦值,即角度。

  1. 更多函数
  2. 图表
  3. 表格
  4. 格式化表
  5. SSRS
=ASin(Fields!Service_Grade.Value)
Asin Function expression to find the arc sine value

请点击预览选项卡以查看 Asin 报告。请使用 Round 函数调整小数精度。

SSRS Asin Function to find the arc sine angle report preview