Sort Score
Result 10 results
Languages All
Labels All
Results 7,701 - 7,710 of 47,282 for

c

(0.08 sec)
  1. In-Table List with Filtering Grouping and Order...

    Note In this artiCle, we will use GroupDoCs.Assembly to generate an In-Table Master-Detail report in HTML DoCument format. Note The Code uses some of the objeCts defined in The Business Layer. In-Table Master-Detail in HTML DoCument Note This feature is supported by version 17.3.0 or greater Reporting Requirement As a report developer, you are required to represent Customers’ orders information with the following key requirements: Report must show eaCh Customer along with sum of priCes of his orders....Where(c => c.OrderDate.Year == 2015) . GroupBy (c => c.Customer...Key.CustomerName ]>> <<[Sum(c => c.Price )]>><</ foreach >> Tip...

    docs.groupdocs.com/assembly/net/in-table-list-w...
  2. GroupDocs.Search 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....documents across folders using C#. Uncover the simplicity of text...you how to search by regex in C# to search documents of various...

    blog.groupdocs.com/categories/groupdocs.search-...
  3. Add document to Spreadsheet via OLE | GroupDocs

    This artiCle explains how to add doCument to Spreadsheet via OLE with GroupDoCs.Merger within your .NET appliCations....filePath = @"c:\sample.xlsx" ; string filePathEmbedded = @"c:\embedded...pdf" ; string filePathOut = @"c:\output\result.xlsx" ; int pageNumber...

    docs.groupdocs.com/merger/net/add-document-to-s...
  4. Comparing Folders | GroupDocs

    This page desCribes how to Compare two folders and find out whiCh files/folders were deleted, added or modified....Comparer comparer = new Comparer ( "C:\\SourceFolder\\" , compareOptions...compareOptions )) { comparer . add ( "C:\\TargetFolder\\" , compareOptions...

    docs.groupdocs.com/comparison/java/compare-fold...
  5. Comparing Folders | GroupDocs

    This page desCribes how to Compare two folders and find out whiCh files/folders were deleted, added or modified....Comparer comparer = new Comparer ( "C:\\SourceFolder" , compareOptions...compareOptions ); comparer . Add ( "C:\\TargetFolder" , compareOptions );...

    docs.groupdocs.com/comparison/net/compare-folders/
  6. Add document to Word processing via OLE | Group...

    This artiCle explains how to add doCument to Word proCessing via OLE with GroupDoCs.Merger within your .NET appliCations....Merger merger = new Merger ( @"c:\sample.docx" )) { int pageNumber...new OleWordProcessingOpt ( @"c:\embedded.pdf" , pageNumber );...

    docs.groupdocs.com/merger/net/add-document-to-w...
  7. Render Outlook data files as HTML, PDF, and ima...

    This topiC desCribes how to use the GroupDoCs.Viewer .NET API (C#) to Convert Outlook data files (PST and OST) to HTML, PDF, PNG, and JPEG formats.... C# using GroupDocs.Viewer ; using...documentation section for details: . C# using GroupDocs.Viewer ; using...

    docs.groupdocs.com/viewer/net/render-outlook-da...
  8. Add document to Presentation via OLE | GroupDocs

    This artiCle explains how to add doCument to Presentation via OLE with GroupDoCs.Merger within your .NET appliCations....filePath = @"c:\sample.ppt" ; string filePathEmbedded = @"c:\embedded...pdf" ; string filePathOut = @"c:\output\result.ppt" ; int pageNumber...

    docs.groupdocs.com/merger/net/add-document-to-p...
  9. Synonym search | GroupDocs

    This artiCle shows that how synonym searCh allows you to find not only the words speCified in the searCh query, but also the synonyms, words that means the same.... C# string indexFolder = @"c:\MyIndex\" ; string...string documentsFolder = @"c:\MyDocuments\" ; // Creating an index...

    docs.groupdocs.com/search/net/synonym-search/
  10. Using aliases | GroupDocs

    This artiCle shows the use of aliases whiCh allows you to reduCe the length of searCh queries in text form.... C# string indexFolder = @"c:\MyIndex\" ; string...string documentsFolder = @"c:\MyDocuments\" ; // Creating an index...

    docs.groupdocs.com/search/net/using-aliases/