Hi everybody,
I'm new with Telerik Reporting and i follow this link http://www.bronsblog.com/post/2011/07/12/Telerik-Reports-Format-a-phone-number.aspx to format a Phone Number field.
The approach is to format the Phone Number field through a function in codebehind and change the field value to FunctionName(Fields.PhoneNumber).
It works great, except that since i changed the field value to FunctionName(Fields.PhoneNumber), the report generates blank pages after each page. If i remove the funciton name from the field value, letting just Fields.PhoneNumber, everything backs to normal.
I'm completely lost. Any iddeas will be appreciated. Even another ways of doing the Phone Number format.
Thanks in advance,
Eduardo
I'm new with Telerik Reporting and i follow this link http://www.bronsblog.com/post/2011/07/12/Telerik-Reports-Format-a-phone-number.aspx to format a Phone Number field.
The approach is to format the Phone Number field through a function in codebehind and change the field value to FunctionName(Fields.PhoneNumber).
It works great, except that since i changed the field value to FunctionName(Fields.PhoneNumber), the report generates blank pages after each page. If i remove the funciton name from the field value, letting just Fields.PhoneNumber, everything backs to normal.
I'm completely lost. Any iddeas will be appreciated. Even another ways of doing the Phone Number format.
Thanks in advance,
Eduardo