Declined
Last Updated: 22 Feb 2016 11:05 by ADMIN
Pete
Created on: 13 Jan 2016 09:29
Type: Feature Request
1
Add a Function to return the Month Name for a Date
The only way to retrieve the Month Name is to use a User Function.
We have some issues where User Functions cause problems in deployment, when using the Stand-Alone Report Designer.
This seems like a basic functionality that's missing.
1 comment
ADMIN
Peter
Posted on: 15 Feb 2016 17:11
Hi,

In Telerik Reporting expressions you can use .NET methods. In your case you can use ToString:
=Now().ToString("MMM", CultureInfo.InvariantCulture)

Peter