SSRS Exp Function

The SSRS Exp function is a Mathematical function that returns the exponential value raised to the given power value (numeric field). The syntax of the Exp function to return the exponential value of a numeric field is as shown below.

=Exp(3)

We use the Products table below to demonstrate the Exp function in SQL Reporting Services, which has 14 records. The image shows the records in the table report; the result is in an empty column.

Source Table

SSRS Exp function Example

To do this, right-click the textbox under the Result Header and choose the Expression to open the window below. The Exp function below will find and return the exponential value that is e raised to the power of the Orders column.

  1. SSRS Math Functions
  2. SSRS Charts
  3. Dashboard in SSRS
  4. SSRS
=Exp(Fields!Orders.Value)
Exp Function to find the exponential value

Please click the preview tab to see the Exp report. Please refer to the SSRS Log and SSRS Log10 methods from the list of available ones.

SSRS Exp Function to find the exponential value e raised to the power report