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

data source

(0.09 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…...Data.Any(s => !s.Disabled)]>> When...changed to pass an interface (Data changed to a List instead of...

    forum.groupdocs.com/t/jsondatasource-conditiona...
  2. 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....populated with a data from the specified source and becomes a ready...dataSource An object providing a data to populate the specified template...

    docs.groupdocs.com/assembly/python-net/groupdoc...
  3. Supported file formats | GroupDocs

    This topic lists file formats supported by GroupDocs.Viewer for Java....Microsoft OneNote Document Outlook data file formats Format Description...load and view Microsoft Outlook data files: . PDF and Page Layout...

    docs.groupdocs.com/viewer/java/supported-docume...
  4. Supported file formats | GroupDocs

    This topic lists file formats supported by GroupDocs.Viewer for Node.js....Microsoft OneNote Document Outlook data file formats Format Description...load and view Microsoft Outlook data files: . PDF and Page Layout...

    docs.groupdocs.com/viewer/nodejs-java/supported...
  5. Generate documents from templates with GroupDoc...

    Fill a Word template from .NET objects or JSON and generate a finished document with GroupDocs.Total for .NET — runnable C# examples with downloadable template and output....documents from a template and a data source. Unlike the rest of the suite...]>> tags that say where the data goes. Every example below uses...

    docs.groupdocs.com/total/net/developer-guide/as...
  6. How to Compare 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 other 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) We already know how to install the Fatfree framework and prepare for creating the sample from the previous article....form for entering the necessary data such as user ID, private key...callback URL. How to get this data you can find out in the documentation...

    blog.groupdocs.com/comparison/how-to-compare-fi...
  7. GroupDocs.Assembly for .NET 25.12 Release Notes...

    GroupDocs.Assembly for .NET 25.12 Release Notes – the latest updates and fixes....assembling a Word document: var source = "template.docx" ; var target...target = "output.docx" ; var data = "data.json" ; // Create LoadSaveOptions...

    docs.groupdocs.com/assembly/net/groupdocs-assem...
  8. Introducing Web Report Generator | GroupDocs

    Introduction to Web Report Generator Powered by GroupDocs.Assembly for .NET Web Report Generator is an ASP.NET Web forms application using GroupDocs.Assembly for .NET that demonstrates the core functionalities provided by GroupDocs.Assembly for .NET. The Web Report Generator allows user to easily create reports based on: a) Predefined custom templates (created in Supported Document Formats following Supported Template Syntax) and b) Your own Database (MS SQL Server local OR Remote) tables, views and also with custom query....own needs since it is an Open Source Project. Features Connect to...Generate Report in a format as per source Template Document format. Download...

    docs.groupdocs.com/assembly/net/introducing-web...
  9. Loading Documents | GroupDocs

    Load Source documents from a local file path, a Python stream, or an HTTP URL — optionally with LoadOptions for passwords, encodings, and external-reSource control — in GroupDocs.Viewer for Python via .NET....can load a source document from three kinds of sources: a local...auto-detects the format and keeps the source open only as long as necessary...

    docs.groupdocs.com/viewer/python-net/developer-...
  10. Merge and split CSV files in C# - GroupDocs.Merger

    This article explains how to merge and split CSV files using C# language with GroupDocs.Merger for .NET API. Simplify Data handling with effective file management....Information Overview # In the world of data management, handling Comma Separated...widely used for storing tabular data such as spreadsheets or databases...

    blog.groupdocs.com/merger/merge-and-split-csv-u...