Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 1,353 for

syntax

(0.09 sec)
  1. How to apply IIF condiion with tostring and len...

    Hi Team, How to apply IIF condiion with tostring and length conditions to an data field in aspose word template using Linq report engine for the below mentioned expression IIF(First(Fields!WitnessedBy.Value).ToString()…...Engine supports a subset of C# syntax in its template expressions...@rose.thomas AI translates this syntax like this: ( Fields.ReportNameKey...

    forum.aspose.com/t/how-to-apply-iif-condiion-wi...
  2. Inserting Documents Dynamically in C#|Aspose.Wo...

    Insert contents of outer documents into your document dynamically when building a report using C#.... Syntax of a doc tag is defined as...snippet shows the template syntax for this. << doc [ document_expression...

    docs.aspose.com/words/net/inserting-documents-d...
  3. LINQ Reporting Engine – How to Join Two Arrays ...

    Hi Aspose Team, I’m using Aspose.Words with the LINQ Reporting Engine, and I have a JSON data source with two separate arrays: one contains person names and IDs, and the other contains addresses and person IDs. I want t…...please guide me on the correct syntax to perform this join using...name and use the following syntax: <<foreach [p in data.persons]>>...

    forum.aspose.com/t/linq-reporting-engine-how-to...
  4. MarkdownListExportMode enumeration | Aspose.Wor...

    aspose.words.saving.MarkdownListExportMode enumeration. Specifies how lists are exported into Markdown....Members Name Description MARKDOWN_SYNTAX Export list items compatible...compatible with Markdown syntax. PLAIN_TEXT Export list items as plain...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Looping over object when data source is JSON - ...

    When using JsonDataSource in LINQ Reporting engine, is there any supported way to iterate over a JSON object and access both its property name (key) and property value? Example JSON: "node":{ "ingredientsPerLanguage": …...Pommes Is there any template syntax or workaround that allows iterating...does not describe a built‑in syntax for iterating over an object’s...

    forum.aspose.com/t/looping-over-object-when-dat...
  6. Bold in Markdown – C# Code Examples

    Create Markdown bold text in C#. Use the Aspose.HTML for .NET library to create Markdown from scratch and open, parse, or edit MD files....Configuration()); // Create a Markdown syntax factory var mdf = markdown...Add bold text to the Markdown syntax tree markdown.AppendChild(bold);...

    products.aspose.com/html/net/markdown-bold/
  7. ReportingEngine | Aspose.Words for Java

    Provides routines to populate template documents with data and a set of settings to control these routines in Java....the engine through template syntax. getUseReflectionOpti() Gets...the engine through template syntax. setUseReflectionOpti(boolean...

    reference.aspose.com/words/java/com.aspose.word...
  8. Using Variables in C#|Aspose.Words for .NET

    Use variables to calculate an expensive value just once and access it multiple times in template documents using C#....<<var>> Tag Syntax <<[name]>> Expression Syntax FAQ Q: How do...Use the <<var>> tag with the syntax <<var [type name = value]>>...

    docs.aspose.com/words/net/using-variables/
  9. Restricting Access to Type Members in C#|Aspose...

    Learn how to restrict access of a template author to members of types sensitive using LINQ in C#....the engine through template syntax, you can use the following...default the engine throws a syntax‑error exception, indicating...

    docs.aspose.com/words/net/restricting-access-to...
  10. Working with DataSet objects in Java|Aspose.Wor...

    Access DataTable row objects using template expressions when building a report in Java....the table using the following syntax. ds . Persons Note – Table...

    docs.aspose.com/words/java/working-with-dataset...