Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 515 for

expression

(0.09 sec)
  1. Template Syntax - Part 2 of 2 | GroupDocs

    Note This article is the second part of the Template Syntax series of articles. For first part, please visit Template Syntax - Part 1 of 2. Outputting Expression Results You can output Expression results to your reports using Expression tags. An Expression tag denotes a placeholder for an Expression result within a template. While building a report, the corresponding Expression is evaluated, and this placeholder is replaced with the formatted result of the Expression....Outputting Expression Results You can output expression results...your reports using expression tags. An expression tag denotes a placeholder...

    docs.groupdocs.com/assembly/python-net/template...
  2. Inserting Hyperlinks Dynamically | GroupDocs

    Note This feature is supported by version 18.7. or greater Note The code uses some of the objects defined in The Business Layer. Using GroupDocs.Assembly, you can insert hyperlinks to your reports dynamically using link tags. The syntax of a link tag is defined as follows: <Expression][display_text_Expression]>> Here, uri_Expression defines URI for a hyperlink to be inserted dynamically. This Expression is mandatory and must return a non-empty value. In turn, display_text_Expression defines text to be displayed for the hyperlink....<<link [uri_expression][display_text_expression]>> Here, uri_expression...uri_expression defines URI for a hyperlink to be inserted dynamically...

    docs.groupdocs.com/assembly/java/inserting-hype...
  3. Inserting Hyperlinks Dynamically | GroupDocs

    Note This feature is supported by version 18.7. or greater Note The code uses some of the objects defined in The Business Layer. Inserting Hyperlinks Dynamically Using GroupDocs.Assembly, you can insert hyperlinks to your reports dynamically using link tags. The syntax of a link tag is defined as follows: <Expression][display_text_Expression]>> Here, uri_Expression defines URI for a hyperlink to be inserted dynamically. This Expression is mandatory and must return a non-empty value....link [ uri_expression ][ display_text_expression ]>> Here, uri_expression...uri_expression defines URI for a hyperlink to be inserted dynamically...

    docs.groupdocs.com/assembly/net/inserting-hyper...
  4. Support for Dynamic Insertion of External Docum...

    We are delighted to announce a new feature in the monthly release of GroupDocs.Assembly for .NET 18.12. Using the latest version, you can now assemble external documents dynamically for Word Processing and Email file formats. Previously, an evaluation mark was added to a nested document being inserted dynamically, which is now fixed. We recommend you to install and use the latest version of the API. Features Introduced You can insert contents of outer documents to your reports dynamically using doc tags....<<doc ["document_expression"]>> An expression declared within...inserted during runtime. The expression must return a value of one...

    blog.groupdocs.com/assembly/support-for-dynamic...
  5. Assemble External Document Dynamically using Gr...

    We are excitedly announcing the monthly release of GroupDocs.Assembly for Java 18.12. Using the latest version, you can now assemble external documents dynamically for Word Processing and Email file formats. Previously, an evaluation mark was added to a nested document being inserted dynamically, which is now fixed. We recommend you to install the latest version of the API for better user experience. Features Introduced You can insert contents of outer documents to your reports dynamically using doc tags....<<doc ["document_expression"]>> An expression declared within...inserted during runtime. The expression must return a value of one...

    blog.groupdocs.com/assembly/assemble-external-d...
  6. Inserting Documents Dynamically | GroupDocs

    Note This feature is supported by version 20.3 or greater. Note The code uses some of the objects defined in The Business Layer. Warning Dynamic insertion of documents from Base64-encoded bytes is available for file formats where dynamic document insertion is available for Word Processing documents and emails with HTML and RTF bodies only. You can insert contents of outer documents to your reports dynamically using doc tags. A doc tag denotes a placeholder within a template for a document to be inserted during runtime....follows: << doc [ document_expression ]>> And simply call the assembler...textboxes and charts. An expression declared within a doc tag...

    docs.groupdocs.com/assembly/net/inserting-docum...
  7. Insert Hyperlinks Dynamically in Documents usin...

    GroupDocs team is releasing new features in the monthly release of GroupDocs.Assembly for .NET 18.7. Using the latest version, you can now insert hyperlinks dynamically in Word Processing, Spreadsheet, Presentation, and Email documents. We recommend to install and use the latest version of the API. How to Insert Hyperlinks to Reports using Link Tag in C# Using GroupDocs.Assembly for .NET 18.7, you can now insert hyperlinks to your reports dynamically using link tags....<<link \[uri\_expression\]\[display\_text\_expression\]>> Here, uri_expression...uri_expression defines URI for a hyperlink to be inserted dynamically...

    blog.groupdocs.com/assembly/insert-hyperlinks-d...
  8. Inserting Documents Dynamically | GroupDocs

    Note This feature is supported by version 20.3 or greater. Note The code uses some of the objects defined in The Business Layer. Warning Dynamic insertion of documents from Base64-encoded bytes is available for file formats where dynamic document insertion is available for Word Processing documents and emails with HTML and RTF bodies only. You can insert contents of outer documents to your reports dynamically using doc tags. A doc tag denotes a placeholder within a template for a document to be inserted during run time....follows: << doc [ document_expression ]>> And simply call the assembler...textboxes and charts. An expression declared within a doc tag...

    docs.groupdocs.com/assembly/java/inserting-docu...
  9. Search text | GroupDocs

    This article explains that how to search text from documents....contain a text or a regular expression. class contains every occurrence...} Search text by regular expression SearchOptions parameter is...

    docs.groupdocs.com/parser/java/search-text/
  10. Inserting Images Dynamically | GroupDocs

    Note This feature is supported by version 20.3 or greater. Note The code uses some of the objects defined in The Business Layer. You can insert images to your reports dynamically using image tags. To declare a dynamically inserted image within your template, do the following steps: Add a textbox to your template at the place where you want an image to be inserted. Set common image attributes such as frame, size, and others for the textbox, making the textbox look like a blank inserted image.... << image [ image_expression ]>> And simply call the assembler...following code snippets: The expression declared within an image...

    docs.groupdocs.com/assembly/net/inserting-image...