Sort Score
Result 10 results
Languages All
Labels All
Results 371 - 380 of 1,358 for

template

(0.06 sec)
  1. JsonDataSource Conditional Expressions: !s.Disa...

    When we were passing a POCO this would work: <<if [MyProperty.Data.Any(s => !s.Disabled)]>> When we changed to pass an interface (Data changed to a List instead of List), properties in sub interfaces could not be found…...therefore understood and the template works. JsonDataSource does...Use the equality form in the template, e.g.: <<if [MyProperty.Data...

    forum.groupdocs.com/t/jsondatasource-conditiona...
  2. How to Convert Files with GroupDocs PHP SDK

    This article explains the basics of using PHP SDK classes and methods. In this article I’ll use the Comparison API and show how to compare two documents from a GroupDocs account. Find information about others methods in the Swagger explorer. Requirements PHP 5.3 Apache ModRewrite PHP Curl extension PHP Sockets extension (php_sockets.dll) GroupDocs PHP SDK composer.phar (Download from http://getcomposer.org/download/ or use the included version) FatFree framework (https://github.com/bcosca/fatfree) Initial Installations Learn how to install the Fatfree framework from their Readme: https://github....htm file in the “templates” folder in the root folder...type="text/css"> {{ Web::minify('templates/',array('style.css'),FALSE)...

    blog.groupdocs.com/conversion/how-to-convert-fi...
  3. Working with Outer Document Insertion | GroupDocs

    Note The code uses some of the objects defined in The Business Layer. Inserting Documents Dynamically You can insert contents of outer documents into your reports dynamically using doc tags. A doc tag denotes a placeholder within a Template for a document to be inserted during run-time. <> Warning A doc tag can be used almost anywhere in a Template document except text-boxes and charts. An expression declared within a doc tag is used by the engine to load a document to be inserted during run-time....denotes a placeholder within a template for a document to be inserted...used almost anywhere in a template document except text-boxes...

    docs.groupdocs.com/assembly/java/working-with-o...
  4. Generate Master-Detail Reports | GroupDocs

    Create parent-child reports with nested data bands to display master records with their detail records....parent-child relationships Create a template with nested foreach data bands...); } Template Structure for Master-Detail In your template (MasterDetailTemplate...

    docs.groupdocs.com/assembly/net/basic-usage-mas...
  5. In-Table List With Alternate Content in Email D...

    Note In this article, we will use GroupDocs.Assembly to generate a In-Table List With Alternate Content report in Email Document format. In-Table List With Alternate Content in Email Document Note This feature is supported by version 17.8.0 or greater Creating a In-Table List With Alternate Content Practicing the following steps you can create In-Table List With Alternate Content Template in MS Outlook 2013. Add a new email. Press “Insert” tab to insert the table....List With Alternate Content Template in MS Outlook 2013. Add a...Insert a 2X3 table. Save the template. Reporting Requirement As...

    docs.groupdocs.com/assembly/net/in-table-list-w...
  6. In-Table List with Highlighted Rows in Email Do...

    Note In this article, we will use GroupDocs.Assembly to generate a In-Table List with Highlighted Rows report in Email Document format. In-Table List with Highlighted Rows in Email Document Creating a In-Table List with Highlighted Rows Practicing the following steps you can create In-Table List with Highlighted Rows Template in MS Outlook 2013. Create a new Email. Press “Insert” tab to insert the table. Insert a 2x4 table. Click the cell you want to highlight....List with Highlighted Rows Template in MS Outlook 2013. Create...then select Shading. Save the template. Reporting Requirement As...

    docs.groupdocs.com/assembly/java/in-table-list-...
  7. Does assembly supports custom code execution du...

    Greetings. Imagine I have JSON data like the following: { "data": "<p><a href="http://mysite.com/tutorial.pdf">Tutorial PDF</a></p>" } I can use the following statement to print the value nicely on a Word document…...following template: <<[Util.doSomething(data)]>> The template can be...

    forum.groupdocs.com/t/does-assembly-supports-cu...
  8. Convert XML Through XSLT Transformation to HTML...

    Learn how to convert a XML document to HTML and other formats using XSLT with GroupDocs.Conversion for .NET....formats using custom XSLT templates. Output formats supported:...an HTML file using an XSLT template: using ( var converter = new...

    docs.groupdocs.com/conversion/net/convert-xml-t...
  9. Using Tables of Word Processing Documents as Da...

    Following classes are added in GroupDocs.Assembly.Data namespace: DataTable DataColumn DataColumnCollection The Recipe Define Template and output report documents Assemble a document using the external document table as a data source Download Data Source Document Managers Data.docx Template Importing Word Processing Table into Presentation.pptx The Code...namespace: The Recipe Define template and output report documents...Download Data Source Document Template The Code Was this page helpful...

    docs.groupdocs.com/assembly/java/using-tables-o...
  10. Using Tables of Presentation Documents as Data ...

    Following classes are added in GroupDocs.Assembly.Data namespace: DataTable DataColumn DataColumnCollection The Recipe Define Template and output report documents Assemble a document using the external document table as a data source Download Data Source Document Managers Data.pptx Template Using Presentation as Table of Data.pptx The Code...namespace: The Recipe Define template and output report documents...Download Data Source Document Template The Code Was this page helpful...

    docs.groupdocs.com/assembly/java/using-tables-o...