Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 895 for

data source

(0.22 sec)
  1. Using Spreadsheets as Data Sources | GroupDocs

    Note This feature is only compatible with GroupDocs.Assembly for .NET 16.12.0 or later releases. Note The code uses some of the objects defined in The Business Layer. Using Spreadsheets as Data Sources Following classes are added in GroupDocs.Assembly.Data namespace: DocumentTable DocumentTableColumn DocumentTableColumnCollection DocumentTableOptions The Recipe Define template and output report documents Assemble a document using the external document table as a Data Source Download Data Source Document Contracts Data.xlsx Template Using Spreadsheet as Table of Data....Documents as Data Source / Using Spreadsheets as Data Sources Using...Using Spreadsheets as Data Sources Leave feedback Note This feature...

    docs.groupdocs.com/assembly/net/using-spreadshe...
  2. Working with Multiple Data Sources | GroupDocs

    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. Articles in this section...Multiple Data Sources Working with Multiple Data Sources Leave feedback...Explicit Support for Multiple Data Sources Using DocumentAssembler...

    docs.groupdocs.com/assembly/java/working-with-m...
  3. 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....Multiple Data Sources Working with Multiple Data Sources Leave feedback...Explicit Support for Multiple Data Sources Using DocumentAssembler...

    docs.groupdocs.com/assembly/net/working-with-mu...
  4. Working with XML Data Sources | GroupDocs

    Note This feature is only compatible with GroupDocs.Assembly for .NET 19.10 or later releases. To access XML Data while building a report, you can use facilities of DataSet to read XML into it and then pass it to the assembler as a Data Source. However, if your scenario does not permit to specify XML schema while loading XML into DataSet, all attributes and text values of XML elements are loaded as strings then....with Simple Data Sources / Working with XML Data Sources Working...Working with XML Data Sources Leave feedback Note This feature is only...

    docs.groupdocs.com/assembly/net/working-with-xm...
  5. Using Spreadsheets as Data Sources | GroupDocs

    Note The code uses some of the objects defined in The Business Layer. 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 Contracts Data.xlsx Template Using Spreadsheet as Table of Data.docx The Code...Documents as Data Source / Using Spreadsheets as Data Sources Using...Using Spreadsheets as Data Sources Leave feedback Note The code uses...

    docs.groupdocs.com/assembly/java/using-spreadsh...
  6. Working with XML Data Sources | GroupDocs

    Note This feature is only compatible with GroupDocs.Assembly for Java 19.10 or later releases. To access XML Data while building a report, you can use facilities of DataSet to read XML into it and then pass it to the assembler as a Data Source. However, if your scenario does not permit to specify XML schema while loading XML into DataSet, all attributes and text values of XML elements are loaded as strings then....with Simple Data Sources / Working with XML Data Sources Working...Working with XML Data Sources Leave feedback Note This feature is only...

    docs.groupdocs.com/assembly/java/working-with-x...
  7. Working with JSON Data Sources | GroupDocs

    Note This feature is only compatible with GroupDocs.Assembly for .NET 19.10 or later releases. To access JSON Data while building a report, the GroupDocs.Assembly API introduces JsonDataSource class. You can pass its instance to the assembler as a Data Source. Using of JsonDataSource enables you to work with typed values of JSON elements in template documents. For more convenience, the set of simple JSON types is extended as follows:...Simple Data Sources / Working with JSON Data Sources Working...Working with JSON Data Sources Leave feedback Note This feature is only...

    docs.groupdocs.com/assembly/net/working-with-js...
  8. Working with CSV Data Sources | GroupDocs

    Note This feature is only compatible with GroupDocs.Assembly for .NET 19.10 or later releases. To access CSV Data while building a report, you can pass a CsvDataSource instance to the assembler as a Data Source. Using of CsvDataSource enables you to work with typed values rather than just strings in template documents. Although CSV as a format does not define a way to store values of types other than strings, CsvDataSource is capable to recognize values of the following types by their string representations:...with Simple Data Sources / Working with CSV Data Sources Working...Working with CSV Data Sources Leave feedback Note This feature is only...

    docs.groupdocs.com/assembly/java/working-with-c...
  9. Working with CSV Data Sources | GroupDocs

    Note This feature is only compatible with GroupDocs.Assembly for .NET 19.10 or later releases. To access CSV Data while building a report, you can pass a CsvDataSource instance to the assembler as a Data Source. Using of CsvDataSource enables you to work with typed values rather than just strings in template documents. Although CSV as a format does not define a way to store values of types other than strings, CsvDataSource is capable to recognize values of the following types by their string representations:...with Simple Data Sources / Working with CSV Data Sources Working...Working with CSV Data Sources Leave feedback Note This feature is only...

    docs.groupdocs.com/assembly/net/working-with-cs...
  10. Extract Data from Database Files using C#

    The Database is considered to be an integral part of most of the applications. Be it a desktop, web or mobile application, Database plays a vital role in storing, accessing and manipulating the Data. There are many Database management systems that allow creating and managing Databases for you. However, there could be a scenario when you need a way to extract Data from Database files, i.e. .db file, without installing a Database management system or writing the SQL queries....accessing and manipulating the data. There are many database management...when you need a way to extract data from database files, i.e. .db...

    blog.groupdocs.com/parser/extract-data-from-dat...