<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.ecibemet.com/index.php?action=history&amp;feed=atom&amp;title=PdcReports.PrinterNames</id>
	<title>PdcReports.PrinterNames - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.ecibemet.com/index.php?action=history&amp;feed=atom&amp;title=PdcReports.PrinterNames"/>
	<link rel="alternate" type="text/html" href="http://wiki.ecibemet.com/index.php?title=PdcReports.PrinterNames&amp;action=history"/>
	<updated>2026-05-06T20:11:19Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>http://wiki.ecibemet.com/index.php?title=PdcReports.PrinterNames&amp;diff=1295&amp;oldid=prev</id>
		<title>Mike: Created page with &quot;== Declaration == PrinterNames as IStrings  == Description ==   == Notes == This list returns all the possible names of the printers for the reportbuilder.  == Code example ==...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.ecibemet.com/index.php?title=PdcReports.PrinterNames&amp;diff=1295&amp;oldid=prev"/>
		<updated>2012-05-21T11:55:17Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Declaration == PrinterNames as IStrings  == Description ==   == Notes == This list returns all the possible names of the printers for the reportbuilder.  == Code example ==...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Declaration ==&lt;br /&gt;
PrinterNames as IStrings&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
This list returns all the possible names of the printers for the reportbuilder.&lt;br /&gt;
&lt;br /&gt;
== Code example ==&lt;br /&gt;
This example code shows all the possible printernames on a computer.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;vb&amp;quot;&amp;gt;&lt;br /&gt;
dim objReports&lt;br /&gt;
dim objPrinters&lt;br /&gt;
dim intCnt&lt;br /&gt;
dim strPrinterNames&lt;br /&gt;
&lt;br /&gt;
  set objReports = pdc.Reports&lt;br /&gt;
  set objPrinters = objReports.PrinterNames&lt;br /&gt;
  for intCnt = 0 to objPrinters.Count - 1&lt;br /&gt;
    strPrinterNames = strPrinterNames &amp;amp; objPrinters(intCnt) &amp;amp; vbCrLf&lt;br /&gt;
  next&lt;br /&gt;
  msgbox strPrinterNames&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Availability ==&lt;br /&gt;
Available since Februar 2011 (from version 4.2).&lt;/div&gt;</summary>
		<author><name>Mike</name></author>
	</entry>
</feed>