Sort Score
Result 10 results
Languages All
Labels All
Results 1,261 - 1,270 of 2,634 for

management

(0.51 sec)
  1. Working with Word Processing Documents | GroupDocs

    Note This feature is supported by version 18.2 or greater. Note The code uses some of the objects defined in The Business Layer. Working with Word Processing Documents GroupDocs.Assembly allows you to use data bands in table rows in Word Processing Documents. A table-row data band is a data band which body occupies single or multiple rows of a single document table. The body of such a band starts at the beginning of the first occupied row and ends at the end of the last occupied row as follows....document is as follows: Manager Manager Contract Price <<foreach...in ds]>><<[c.Client]>> <<[c.Manager]>> <<[c.Price]>><</foreach>>...

    docs.groupdocs.com/assembly/net/working-with-wo...
  2. 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.... Client Manager Contract Price <<foreach [c...Contracts]>><<[c.Clients.Name]>> <<[c.Managers.Name]>> <<[c.Price]>><</foreach>>...

    docs.groupdocs.com/assembly/net/template-syntax...
  3. Generate PDF Report from JSON Data in Java | JS...

    Programmatically generate reports by converting JSON data to PDF & Word using templates in Java. PDF & DOCX reports using report generation Java API....following sample JSON data of managers and their respective clients...will allow to iterate over Managers and their respective Clients...

    blog.groupdocs.com/assembly/generate-pdf-report...
  4. Generieren Sie PDF- und Word-Berichte aus JSON-...

    Erstellen Sie programmgesteuert Berichte, indem Sie JSON mithilfe von Vorlagen in C# in PDF und Word konvertieren. Automatisieren Sie PDF- und DOCX-Berichte mithilfe der .NET-API....PDF-Berichterstellung verwendet, die Manager und ihre jeweiligen Kunden...springen. <<foreach [in managers]>>Manager: <<[Name]>> Contracts:...

    blog.groupdocs.com/de/assembly/generate-reports...
  5. إنشاء تقارير PDF و Word من بيانات JSON في C #

    قم بإنشاء تقارير برمجيًا عن طريق تحويل JSON إلى PDF و Word باستخدام قوالب في C #. أتمتة تقارير PDF & DOCX باستخدام .NET API.... <<foreach [in managers]>>Manager: <<[Name]>> Contracts:...DataSourceInfo(dataSource, "managers")); سيقوم الكود بإنتاج تقرير...

    blog.groupdocs.com/ar/assembly/generate-reports...
  6. Metadata redactions | GroupDocs

    This article shows that how C# redaction API allows you to replace or remove metadata using filters or search by regular expression....below sets filter to Author , Manager and NameOfApplication - for...AUTHOR | MetadataFilters . MANAGER | MetadataFilters . NAME_OF_APPLICATION...

    docs.groupdocs.com/redaction/python-net/metadat...
  7. 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.... <<foreach [in managers]>>Manager: <<[Name]>> Contracts:...DataSourceInfo(datasource,"managers"); // Vygenerovat zprávu DocumentAssembler...

    blog.groupdocs.com/cs/assembly/generate-pdf-rep...
  8. Working with MP3 metadata | GroupDocs

    Learn about managing metadata for MP3 formats....Developer Guide / Advanced Usage / Managing metadata for specific formats...Metadata for .NET also allows managing XMP metadata in MP3 files...

    docs.groupdocs.com/metadata/net/working-with-mp...
  9. 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 com.groupdocs.assembly.DocumentAssembler overloads. The following table describes parameters of these overloads.... XML <Managers> <Manager> <Name>John Smith</Name>...<Price>350000</Price> </Contract> </Manager> <Manager> <Name>Tony Anderson</Name>...

    docs.groupdocs.com/assembly/java/groupdocs-asse...
  10. Install GroupDocs.Markdown for .NET | GroupDocs

    How to install GroupDocs.Markdown for .NET using NuGet, .NET CLI, or from the official website....Markdown Using Package Manager Console In Visual Studio, open...Tools > NuGet Package Manager > Package Manager Console and run: Install-Package...

    docs.groupdocs.com/markdown/net/installation/