Format:
Recent snippets matching tags of export
Public Sub ExportToPDF(ByVal _PathFilePDF As String) Dim Report As New ReportDocument Report.Load(PathReport) Report.RecordSelectionFormula = RecordSelectionFormula Report.Refresh() Report.ExportToDisk(ExportFormatType.PortableDocFormat, _PathFilePDF) End Sub
116 Views
no comments
namespace Nowcom.Quicksilver { public interface IMessage { } } namespace Nowcom.Quicksilver { using System.ComponentModel.Composition;
592 Views
no comments
class Program { static void Main(string[] args) { var instance = new Program(); var cat = new AssemblyCatalog(typeof(Program).Assembly); var container = new CompositionContainer(cat); container.ComposeParts(instance); foreach (var plug in instance.Plugins)
927 Views
no comments
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search
