Sort Score
Result 10 results
Languages All
Labels All
Results 461 - 470 of 1,860 for

report

(0.07 sec)
  1. Value of JSON field is incorrectly outputted as...

    I have a DOCX file with the following template <<[heading]>>. My data source is a JSON like follows: { “heading”: “100.2.1” } When generating a DOCX from this template and data the output is something like Fri Jan 3…...that uses them to generate a report. test.zip (961 Bytes) evargaslexipol...

    forum.groupdocs.com/t/value-of-json-field-is-in...
  2. Migrating to GroupDocs.Assembly 3.0.0 or Higher...

    Reasons to Migrate Just to endeavor the Report generation task more smoothly, we released GroupDocs.Assembly for .NET 3.0.0. Namespace(s) In GroupDocs.Assembly for .NET 3.0.0 only a single using GroupDocs.Assembly; namespace is required to generate Reports in any of the supported formats. Whereas, in GroupDocs.Assembly for .NET 1.3.0 to generate a Report in any of the supported format a separate namespace of that format is required to be added, given are the namespaces:...Migrate Just to endeavor the report generation task more smoothly...namespace is required to generate reports in any of the supported formats...

    docs.groupdocs.com/assembly/net/migrating-to-gr...
  3. Categories

    Find Answers by API GroupDocs.Total Product Family GroupDocs.Conversion Product Family GroupDocs.Annotation Product F......Results using Java Create Search Report using Java Perform Search by...

    kb.groupdocs.com/categories/page/12/
  4. GroupDocs.Assembly Engine APIs | GroupDocs

    Note In this article, we will discuss the behavior of GroupDocs.Assembly APIs. Overview of the API Classes of GroupDocs.Assembly are located within the GroupDocs.Assembly namespace. The main of the classes is DocumentAssembler. All the functionality required to build a Report from a template is assembled within the class. Building Reports To build a Report from a template, you can use one of the DocumentAssembler.AssembleDocument overloads. The following table describes parameters of these overloads....functionality required to build a report from a template is assembled...the class. Building Reports To build a report from a template, you...

    docs.groupdocs.com/assembly/python-net/groupdoc...
  5. Compare JSON documents | GroupDocs

    Learn how to compare JSON files using GroupDocs.Comparison for Python via .NET. Detect differences in nested JSON objects, arrays, and data types with visual and textual comparison modes....values\ Use visual mode (HTML report with highlights) or textual...mode Generate a single HTML report that highlights changes visually:\...

    docs.groupdocs.com/comparison/python-net/compar...
  6. Shorthand check for null or empty string in a t...

    Is there a shorthand way to check if a string is null or empty in template syntax? Currently I have to do this: <<if [item.Text != null && item.Text != “”]>> Is it possible to do something like: <<if [!String.IsNullO…...dotnet , document-automation , report-generation dsmeltz April 28...

    forum.groupdocs.com/t/shorthand-check-for-null-...
  7. 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....of outer documents to your reports dynamically using doc tags...assembler method to generate report like following code snippets:...

    docs.groupdocs.com/assembly/net/inserting-docum...
  8. Showcases | GroupDocs

    Showcases...Leave feedback Showcases Web Report Generator Powered by GroupDocs...

    docs.groupdocs.com/assembly/net/showcases/
  9. Inserting Images Dynamically | GroupDocs

    How to dynamically inserted image within your template...can insert images to your reports dynamically using image tags...assembler method to generate report like following code snippets:...

    docs.groupdocs.com/assembly/java/inserting-imag...
  10. Optionally remove a column from a Word table us...

    Is there any template syntax that can be used to optionally remove a column from a Word table? I know I can do it by have different row definitions, but I’m curious if it can be done in a more elegant way. I have 3 col…...dotnet , document-automation , report-generation dsmeltz May 5, 2020...

    forum.groupdocs.com/t/optionally-remove-a-colum...