Announcements
Hi,
I need to use Hyper links on the "Standard Sales - Order Conf." (ID: 1305)
I have have added a report extension of "Standard Sales - Order Conf." (ID: 1305), but there is no property to EnableHyperLinks.
How can I enable hyperlinks on report extensions?
I was able to copy the "Standard Sales - Order Conf." (ID: 1305) report as a new report and the Enable the Hyperlink, but this route feels like reinventing the wheel.
Thank you in advance
Good to know, it helped you.
Thanks for update.
Brilliant! This resolved my issue.
Thank you Nitin
Hi,
Please use ExtendedDatatype property in Table's field.
field(52; "Proof of Image URL"; Text[250])
{
DataClassification = CustomerContent;
Caption = 'Proof of Age URL';
ExtendedDatatype = URL;
}
Hi Nitin,
This might have worked for a static URL.
My URL is dynamic and comes from a field on Business Central.
If you don't enable Hyperlinks on the report. You get the following Error.
"Rendering output for the report failed and the following error occurred: Report '' contains hyperlinks. The EnableHyperlinks property has not been set for this report"
Hi,
You can use the RDLC report designer to make the URL of any text box by going to the Text box property.
Hi
you cannot use that property on a report extension
DAniele
André Arnaud de Cal... 291,359 Super User 2024 Season 2
Martin Dráb 230,370 Most Valuable Professional
nmaenpaa 101,156