The SSRS Sin function is a Mathematical function that returns the trigonometric Sine value of the given angle. The syntax of the Sin function to return the sine value of the numeric field is as shown below.
=Sin(90)
To demonstrate the Sin function in Reporting Services, we use the Products table below, which has 14 records. The image shows the records in the table report; the result is in an empty column.
SSRS Sin function Example
To do this, right-click the textbox under the Result Header and choose the Expression to open the window below. The Sin function below finds the Sine value of the Angle column in the Product table.
=Sin(Fields!Angle.Value)
Please click the preview tab to see the Sin report. Please use the FormatNumber or Round function to adjust the decimal precisions.