Sort Score
Result 10 results
Languages All
Labels All
Results 171 - 180 of 1,323 for

syntax

(0.11 sec)
  1. Composing Expressions in C#|Aspose.Words for .NET

    Compose expressions when building a report using C#. The complexity of expressions in templates is not restricted....central concept of the template syntax. Every tag is bound with an...

    docs.aspose.com/words/net/composing-expressions/
  2. Create WORD Report In Java

    Generate reports and automate documents using WORD templates and custom data in Java.... Using LINQ -based syntax, sort, filter, and group your...your data source using LINQ syntax and get a report in the format...

    products.aspose.com/words/java/report/word/
  3. Accessing Missing Members of Data Objects in Ja...

    Learn how to treat missing members of data objects as null literals using LINQ in Java....Only Template Syntax Tags in Java Inlining Syntax Error Messages...

    docs.aspose.com/words/java/accessing-missing-me...
  4. SqlQuery Element|Aspose.Words for SharePoint

    SqlQuery element meaning and structure which may be used while configuring Aspose.Words for SharePoint reports.... However, the placeholder syntax is different for SqlDataSource...

    docs.aspose.com/words/sharepoint/sqlquery-element/
  5. Convert HTML to Markdown – Aspose.HTML for Pyth...

    Convert HTML to Markdown programmatically using Aspose.HTML or online with the HTML Converter. Explore HTML to MD conversion scenarios with Python examples....with a plain text formatting syntax that is commonly used for documentation...can use the template based on syntax. The following code snippet...

    docs.aspose.com/html/python-net/convert-html-to...
  6. LINQ Reporting Engine API in Python|Aspose.Word...

    LINQ Reporting Engine allows you to build a report from a template is assembled within the class using Python....Paragraphs Containing Only Template Syntax Tags While building a report...paragraphs containing only template syntax tags can become empty after...

    docs.aspose.com/words/python-net/linq-reporting...
  7. Foreach in reporting engine with Text suffix - ...

    I have the following json { "introduction":{ "title":"Introduction blabla", "content":[ "My name's Test'", "I love you!" ] }, .... } I read your forum and especially this top…...4 Finally, I found the good syntax <<foreach [in introduction...

    forum.aspose.com/t/foreach-in-reporting-engine-...
  8. JSON markup|Documentation

    Use the most popular data interchange format for describing machine-readable forms as nested data structures.... It supports syntax highlighting, automatic formatting.... As the name suggest, its syntax is similar to the code for...

    docs.aspose.com/omr/cpp/design-form/json-markup/
  9. How to access dynamic object properties using t...

    Hi team, Aspose Words for Java version 25.11. JSON payload is used to prepare JsonDataSource at time of document generation. I’m working with a JSON payload where some property names are dynamic. Here is a simplified …...use the Aspose Words template syntax to read values based on these...Have you tried any template syntax (e.g., {{node.acmeObject.[dynamicKey]...

    forum.aspose.com/t/how-to-access-dynamic-object...
  10. How to hide column based on condition in aspose...

    HI Team, I need to hide column based on condition. Could you please assist how to add the same in the below template. based condition: <<if[r.Max(i => i.PartialDischarge) != null]>><<[lang.GetString("PDMeasured")]>> …...header cell using the following syntax: <<if [your_condition] -horz>>...example you can use the following syntax: <<[val]:"#.#0;(#.#0)">>...

    forum.aspose.com/t/how-to-hide-column-based-on-...