Sort Score
Result 10 results
Languages All
Labels All
Results 881 - 890 of 1,466 for

reporting

(0.03 sec)
  1. 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....of outer documents to your reports dynamically using doc tags...document URI While building a report, an expression declared within...

    blog.groupdocs.com/assembly/support-for-dynamic...
  2. Estrarre testo da XLS utilizzando Java

    Questo articolo spiega come estrarre testo da XLS usando Java. Contiene esempi di codice per aiutarti a estrarre testo da XLS in Java senza installare software extra....all’elaborazione dati, alla creazione di report o alla gestione delle informazioni...dei dati, la generazione di report o la migrazione dei dati in...

    kb.groupdocs.com/it/parser/java/extract-text-fr...
  3. Estrarre testo da RTF utilizzando C#

    Questo articolo offre una guida completa sull'estrazione di testo da RTF in C#. Contiene un esempio di codice per aiutarti a estrarre efficacemente testo da RTF usando C#....la generazione automatica di report. In questo articolo, esploreremo...l’automazione della generazione di report. Passaggi per estrarre il testo...

    kb.groupdocs.com/it/parser/net/extract-text-fro...
  4. Updating Fields while Assembling Word Processin...

    Updating Fields The Recipe Set up source document template path Set up destination report path Instantiate DocumentAssembler class Set options, DocumentAssemblyOptions.UPDATE_FIELDS_AND_FORMULAS Generate report Download Template Get the template from here. Update field.docx The Code...template path Set up destination report path Instantiate DocumentAssembler...UPDATE_FIELDS_AND_FORMULAS Generate report Download Template Get the template...

    docs.groupdocs.com/assembly/java/updating-field...
  5. Set Checkbox Values Dynamically | Documentation

    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 set checkbox values to either checked or unchecked in your reports dynamically by taking the following steps: Add a checkbox content control to your template at a place where you want it to appear in a result document. By editing content control properties, add a check tag to the title of the checkbox content control using the following syntax....checked or unchecked in your reports dynamically by taking the following...Boolean value. While building a report, a conditional expression declared...

    docs.groupdocs.com/assembly/net/set-checkbox-va...
  6. Support of Inline Syntax Error Messages

    We are back with the latest release of GroupDocs.Assembly for .NET. In this post, I am going to give you an overview of the latest release including the demonstration and usage of an exciting feature. Let’s not wait and walk through what’s new in the latest release. You may also have a glance at the release notes of the latest release. GroupDocs.Assembly allows you to generate automated reports by populating the pre-defined document templates....you to generate automated reports by populating the pre-defined...error within the generated report at the same place where the...

    blog.groupdocs.com/assembly/support-of-inline-s...
  7. Email Formats Enhanced Support Introduced in Gr...

    Team GroupDocs is glad to announce another release of document report generation API version 17.9 also known as GroupDocs.Assembly for .NET API. The latest release adds enhanced support of existing features to the API, the most important changes are done to support document assembly for Email file formats and also providing bug fixes. For a better experience with the API, we recommend you to download the latest release and try out the bug fixes provided in the latest version of the API....another release of document report generation API version 17.9...API. Issues Fixed - Document Report Generation API for .NET # GroupDocs...

    blog.groupdocs.com/assembly/groupdocs.assembly-...
  8. Vygenerujte zprávu PDF z dat JSON v Java | JSON...

    Programově generujte sestavy převodem dat JSON do PDF a Wordu pomocí šablon v Java. Zprávy ve formátu PDF a DOCX pomocí Java API pro generování sestav.... Report Generation Java API # Budu...Java Steps to Generation PDF Report from JSON # Následující kroky...

    blog.groupdocs.com/cs/assembly/generate-pdf-rep...
  9. assembly-net.xml

    1.0 utf-8 yes http://www.sitemaps.org/schemas/sitemap/0.9 http://www.w3.org/1999/xhtml https://docs.groupdocs.com/assembly/net/2020-07-01T13:55:38+03:00weekly0.5 https://docs.groupdocs.com/assembly......com/assembly/net/developers-guide-web-report-generator/2020-07-01T13:55:38+03:00weekly0...com/assembly/net/generating-report-using-multiple-data-source...

    docs.groupdocs.com/sitemaps/assembly-net.xml
  10. How to Use RSpec to Test GroupDocs API? - Part 1

    In this article, we will review how to use Ruby RSpec for testing REST APIs like GroupDocs. RSpec is a BDD (behavior driven development) framework. You can find more info about RSpec on its official site. There are a lot of different GroupDocs APIs that you can use. In this article we will test one of the User APIs: “Get user profile”. What You Need You need Ruby, Gem, Bundler, and RSpec (gem install rspec) installed on you computer....'rake' gem 'rspec' gem 'ci\_reporter' gem 'groupdocs' Here we define...testing framework. gem ‘ci_reporter’ - an add-on to Test::Unit...

    blog.groupdocs.com/total/how-to-use-rspec-to-te...