Search found 4 matches

by Prakasha NB
Thu May 02, 2019 7:38 am
Forum: Crystal Report Development
Topic: How to eliminate blue text and hyperlink from documents?
Replies: 3
Views: 3357

Re: How to eliminate blue text and hyperlink from documents?

I could not find both RemoveHotspots property on the ExportSettings class and DisableHotspots Boolean property on the IRenderer interface :( . See below ExportSettings and IRenderer metadata. Our Select version is 4.3.60210.48, Are those properties private? :roll: public sealed class ExportSettings ...
by Prakasha NB
Tue Apr 30, 2019 4:11 am
Forum: Crystal Report Development
Topic: How to eliminate blue text and hyperlink from documents?
Replies: 3
Views: 3357

How to eliminate blue text and hyperlink from documents?

We are rendering some of the documents like Closing Statement,Disclosure Form,CDF and Master Statement by following lines of code(For Reference). Documents are getting generating fine but we are getting blue text and hyperlink in the documents. How can we eliminate blue text and hyperlink from rende...
by Prakasha NB
Tue Oct 17, 2017 10:51 am
Forum: Crystal Report Development
Topic: Render Document using APIs in ASP.NET Application
Replies: 9
Views: 7513

Re: Render Document using APIs in ASP.NET Application

We Copied all DLLs into Bin Directory,after that getting following exception.If you have any samples for rendering docs in ASP.NET app would be much helpful. Message: Type SoftPro.Select.Client.Fieldcodes.SelectFieldResolutionHandler does not implement IFieldResolutionHandler. Stack Trace: at SoftPr...
by Prakasha NB
Fri Sep 22, 2017 8:02 am
Forum: Crystal Report Development
Topic: Render Document using APIs in ASP.NET Application
Replies: 9
Views: 7513

Render Document using APIs in ASP.NET Application

We are rendering commitment and Invoice docs using APIs,but we are getting following exception.This is working fine in Console Application,but troubling in ASP.NET application.Did i miss any DLLs? , hard to understand what i missed,almost all the required DLLs added. Here is the Exception Message ,S...