Sort Score
Result 10 results
Languages All
Labels All
Results 1,341 - 1,350 of 1,941 for

reporting

(0.92 sec)
  1. GroupDocs.Assembly Product Family on GroupDocs ...

    GroupDocs.Assembly Product Family on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Assembly Product Family on GroupDocs Blog | Document Autom......NET Reporting API oleh GroupDocs. Hasilkan...

    blog.groupdocs.com/id/categories/groupdocs.asse...
  2. GroupDocs.Assembly Product Family on GroupDocs ...

    GroupDocs.Assembly Product Family on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Assembly Product Family on GroupDocs Blog | Document Autom......NET Reporting API firmy GroupDocs. Generuj...

    blog.groupdocs.com/pl/categories/groupdocs.asse...
  3. Repeat a drawn line in a foreach loop - Free Su...

    When using a foreach loop, that encloses a drawn line, the line is only shown on the first iteration of the loop. Which is where it shows in the template. Is there a way to get the line to be shown for each iteration?...Assembly Product Family dotnet , report-generation dsmeltz October...

    forum.groupdocs.com/t/repeat-a-drawn-line-in-a-...
  4. Working with Lazy And Recursive Access of Data ...

    Note The code uses some of the objects defined in The Business Layer. Purpose At some point, you may want to or trying to use IDataRecord and IDataReader recursively in your application using GroupDocs.Assembly for .NET. But these Interfaces cannot serve the purpose. However, it is quite possible to accomplish the same goal using custom types. See IDataReader and IDataRecords Implementors here. Creating Template Download Template Get template from here.... Generating The Report Was this page helpful? Not...

    docs.groupdocs.com/assembly/net/working-with-la...
  5. Extract and Convert Archive Contents | GroupDocs

    Learn how to extract files from archives (ZIP, RAR, 7z, TAR) and convert them to different formats using GroupDocs.Conversion for .NET....IO ; // ZIP contains: report.docx, summary.docx, analysis...()) . Convert (); // Output: report.pdf, summary.pdf, analysis...

    docs.groupdocs.com/conversion/net/convert-conte...
  6. C#'ta XML'den PDF ve Word Raporları | XML'den P...

    GroupDocs'un .NET API'sini kullanarak XML verilerini metin tabanlı şablonlar aracılığıyla PDF ve DOC/DOCX'e dönüştürerek C# dilinde rapor oluşturmayı otomatikleştirin....= @"reportsPath/xml-to-pdf-report.pdf"; // XML veri kaynağını...= @"reportsPath/xml-to-word-report.docx"; // XML veri kaynağını...

    blog.groupdocs.com/tr/assembly/generate-reports...
  7. GroupDocs.Merger Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats.... Perfect for reports, summaries, and document consolidation...

    blog.groupdocs.com/he/categories/groupdocs.merg...
  8. GroupDocs Blog | Document Automation Solutions ...

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....changes, and generate review reports for legal professionals. Discover...

    blog.groupdocs.com/
  9. Load Template Documents from File or Stream | G...

    Learn how to load template documents from file paths and streams for document assembly in .NET applications....{ var data = new { Title = "Report" , Date = DateTime . Now };...new DataSourceInfo ( data , "report" )); Console . WriteLine (...

    docs.groupdocs.com/assembly/net/basic-usage-loa...
  10. Shorthand check for null or empty string in a t...

    Is there a shorthand way to check if a string is null or empty in template syntax? Currently I have to do this: <<if [item.Text != null && item.Text != “”]>> Is it possible to do something like: <<if [!String.IsNullO…...dotnet , document-automation , report-generation dsmeltz April 28...

    forum.groupdocs.com/t/shorthand-check-for-null-...