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

management

(0.21 sec)
  1. Metadata redactions | GroupDocs

    This article shows that how Java 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 . NameOfApplication...

    docs.groupdocs.com/redaction/java/metadata-reda...
  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/python-net/template...
  3. 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 . NameOfApplication...

    docs.groupdocs.com/redaction/net/metadata-redac...
  4. Load password-protected document | GroupDocs

    This article explains how to load password-protected document while using GroupDocs. Watermarks Java API....content of these documents to manage watermark. Load password-protected...use watermarker methods to manage watermarks in the document...

    docs.groupdocs.com/watermark/java/load-password...
  5. Common Master-Detail Image in Spreadsheet Docum...

    Note In this article, we will use GroupDocs.Assembly to generate a Common Master-Detail Image report in Spreadsheet Document format. Note The code uses some of the objects defined in The Business Layer. Common Master-Detail Image in Microsoft Excel Document Creating a Common Master-Detail Image Please follow below steps to create Common Master-Detail Image Template in MS Excel 2013: Create a new Workbook. Insert a shape to display image in it....represent the information of the managers and clients with the following...requirements: Report must show managers’ picture and name. It must...

    docs.groupdocs.com/assembly/java/common-master-...
  6. Common Master-Detail Image in Word Processing D...

    Note In this article, we will use GroupDocs.Assembly to generate a Common Master-Detail Image report in Word Processing Document format. Note The code uses some of the objects defined in The Business Layer. Common Master-Detail Image in Microsoft Word Document Creating a Common Master-Detail Image Please follow below steps you can create Common Master-Detail Template in MS Word 2013. Insert a desired shape to display image in it. Go to Insert Tab and select shape by clicking on Shape Icon....represent the information of the managers and clients with the following...requirements: Report must show managers’ picture and name. It must...

    docs.groupdocs.com/assembly/java/common-master-...
  7. 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.... XML <Managers> <Manager> <Name>John Smith</Name>...<Price>350000</Price> </Contract> </Manager> <Manager> <Name>Tony Anderson</Name>...

    docs.groupdocs.com/assembly/net/groupdocs-assem...
  8. Genera report PDF da dati JSON in Java | JSON i...

    Genera report in modo programmatico convertendo i dati JSON in PDF e Word utilizzando i modelli in Java. Report PDF e DOCX utilizzando l'API Java per la generazione di report.... <<foreach [in managers]>>Manager: <<[Name]>> Contracts:...DataSourceInfo(datasource,"managers"); // Genera rapporto DocumentAssembler...

    blog.groupdocs.com/it/assembly/generate-pdf-rep...
  9. Создание отчетов в формате PDF и Word из данных...

    Создавайте отчеты программно, конвертируя JSON в PDF и Word с помощью шаблонов на C#. Автоматизируйте отчеты PDF и DOCX с помощью .NET API.... <<foreach [in managers]>>Manager: <<[Name]>> Contracts:...DataSourceInfo(dataSource, "managers")); Код создаст отчет в формате...

    blog.groupdocs.com/ru/assembly/generate-reports...
  10. Gerar relatórios PDF e Word a partir de dados J...

    Gere relatórios programaticamente convertendo JSON em PDF e Word usando modelos em C#. Automatize relatórios PDF e DOCX usando a API .NET.... <<foreach [in managers]>>Manager: <<[Name]>> Contracts:...DataSourceInfo(dataSource, "managers")); O código produzirá o relatório...

    blog.groupdocs.com/pt/assembly/generate-reports...