Sort Score
Result 10 results
Languages All
Labels All
Results 591 - 600 of 4,758 for

assemble

(0.35 sec)
  1. In-Table Master-Detail in Presentation Document...

    Note In this article, we will use GroupDocs.Assembly to generate an In-Table Master-Detail report in Presentation Document format based on the use case: Working with a Business Case. Note The code uses some of the objects defined in The Business Layer. In-Table Master-Detail in Microsoft PowerPoint Document Creating a In-Table Master-Detail Practising the following steps you can create In-Table Master-Detail Template in MS PowerPoint 2013. Add a new presentation slide....Assembly Product Solution GroupDocs...GroupDocs.Assembly Product Family / GroupDocs.Assembly for .NET...

    docs.groupdocs.com/assembly/net/in-table-master...
  2. In-Table Master-Detail in Spreadsheet Document ...

    Note In this article, we will use GroupDocs.Assembly to generate an In-Table Master-Detail report in Spreadsheet Document format based on the use case: Working with a Business Case. Note The code uses some of the objects defined in The Business Layer. In-Table Master-Detail in Microsoft Excel Document Creating a In-Table Master-Detail Practising the following steps you can create In-Table Master-Detail Template in MS Excel 2013. Add a new Workbook. Select the range of cells that you want to include in the table....Assembly Product Solution GroupDocs...GroupDocs.Assembly Product Family / GroupDocs.Assembly for .NET...

    docs.groupdocs.com/assembly/net/in-table-master...
  3. C#'ta XML'den PDF ve Word Raporları | XML'den P...

    GroupDocs'un .NET API'sini kullanarak XML verilerini metin tabanlı şablonlar aracılığıyla PDF ve DOC/DOCX'e dönüştürerek C# dilinde rapor oluşturmayı otomatikleştirin....Assembly for .NET , DOCX veya TXT şablonunu...Install-Package GroupDocs.Assembly C# ile XML Verilerinden PDF...

    blog.groupdocs.com/tr/assembly/generate-reports...
  4. تقارير PDF و Word من XML في C # | XML إلى PDF و...

    أتمتة إنشاء التقارير في C # عن طريق تحويل بيانات XML إلى PDF و DOC / DOCX عبر القوالب النصية باستخدام .NET API بواسطة GroupDocs....Assembly for .NET هو API لأتمتة إنشاء...Install-Package GroupDocs.Assembly إنشاء تقرير PDF من بيانات...

    blog.groupdocs.com/ar/assembly/generate-reports...
  5. Generating Report using Multiple Data Sources i...

    Note In this article, we will use GroupDocs.Assembly to generate a report. This report will fetch data from multiple data sources. Note The code uses some of the objects defined in The Business Layer. Generating Report in Microsoft PowerPoint Document Creating a Template Add a bullet list at the place where you want it to display clients’ names. Insert a table with two columns, that will show managers’ and their contact prices....Assembly Product Solution GroupDocs...GroupDocs.Assembly Product Family / GroupDocs.Assembly for Java...

    docs.groupdocs.com/assembly/java/generating-rep...
  6. Java'daki JSON Verilerinden PDF Raporu Oluşturu...

    Java'daki şablonları kullanarak JSON verilerini PDF ve Word'e dönüştürerek programlı olarak raporlar oluşturun. Rapor oluşturma Java API'sini kullanan PDF ve DOCX raporları....Assembly for Java API’sini kullanacağım...groupdocs</groupId> <artifactId>groupdocs-assembly</artifactId> <version>21.1</version>...

    blog.groupdocs.com/tr/assembly/generate-pdf-rep...
  7. PDF- и Word-отчеты из CSV на Java | CSV в PDF и...

    Программно создавайте отчеты путем преобразования CSV в форматы PDF и Word с использованием шаблонов на Java. Автоматизируйте создание отчетов в формате PDF и DOC/DOCX с помощью Java API....Assembly for Java — это API генерации...groupdocs</groupId> <artifactId>groupdocs-assembly</artifactId> <version>21.4</version>...

    blog.groupdocs.com/ru/assembly/generate-reports...
  8. Working with Multiple Data Sources | GroupDocs

    Note This feature is only compatible with GroupDocs.Assembly for .NET 3.1.0 or later releases. Explicit Support for Multiple Data Sources Using DocumentAssembler.AssembleDocument overload user can reference multiple data source objects and their members in the template. Names of all the data sources must be specified and unique. Parameters DataSources An array of data source objects like object[] dataSources. DataSourceNames An array of names to reference the data source objects within the template like string[] dataSourceNames....Assembly Product Solution GroupDocs...GroupDocs.Assembly Product Family / GroupDocs.Assembly for .NET...

    docs.groupdocs.com/assembly/net/working-with-mu...
  9. Column Chart in Spreadsheet Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Column Chart Report with Filtered, Ordered and Grouped Data in Spreadsheet Document format based on the use case: Working with a Business Case. Note The code uses some of the objects defined in The Business Layer. Column Chart in Microsoft Excel Document Creating a Column Chart Following below steps, you can create a column chart in MS Excel 2013:...Assembly Product Solution GroupDocs...GroupDocs.Assembly Product Family / GroupDocs.Assembly for .NET...

    docs.groupdocs.com/assembly/net/column-chart-in...
  10. 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…...Assembly Product Family dotnet , document-automation...empty" }; DocumentAssembler assembler = new DocumentAssembler();...

    forum.groupdocs.com/t/shorthand-check-for-null-...