Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 864d1c3c3cd8df4e3a2692faf8776e05 > files > 634

db4o-doc-7.4-2.fc13.i686.rpm

<html>
  <head>
    <META http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title>Persistent Class</title>
    <link rel="stylesheet" type="text/css" href="../../../../style.css">
  </head>
  <body>
    <div class="CommonContent">
      <div class="CommonContentArea">
        <h1>Persistent Class</h1><script>
//We attach this function to a browser object as a variable so that if multiple of these blocks are
//present on the same page, then they will simply over-write eachother with the same function instead
//of generating a naming collision.
window.WikiCodeFormattingCopyToClipboard = function copyToClipboard(sID){
	var sContent = document.getElementById(sID).innerText;
	if( window.clipboardData && clipboardData.setData )
	{
		clipboardData.setData("Text", sContent);
	}
	else
	{
		alert("You must enable javascript access to your clipboard for this feature to work. Please referr to your browser documentation or Google search for instructions.");
	}
}
</script><p><font color="#990000">This topic applies to .NET version only</font>&nbsp;</p><p>First of all you will need to define an object class, which
will be used for the report. Windows.Reporting uses object attributes as field
values. Let's use the following class for an example:</p>

<span name="cs_wiki_filter" csw_filters="cs">

<div class="FormattedSourceCode"><div class="fscHeader"><span class="fscFileName">Pilot.cs</span></div><div class="fscCode"><pre ID="ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47"><div><!--

Code highlighting produced by Actipro CodeHighlighter (freeware)
http://www.CodeHighlighter.com/

--><span style="color: #008080;">01</span><img src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/None.gif" align="top"/><span style="color: #0000FF;">using</span><span style="color: #000000;"> System.Globalization;
</span><span style="color: #008080;">02</span><span style="color: #000000;"><img src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/None.gif" align="top"/>
</span><span style="color: #008080;">03</span><span style="color: #000000;"><img src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/None.gif" align="top"/></span><span style="color: #0000FF;">namespace</span><span style="color: #000000;"> Db4objects.Db4odoc.ReportsExample.Persistent
</span><span style="color: #008080;">04</span><span style="color: #000000;"><img id="ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_84_771_Open_Image" src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/ExpandedBlockStart.gif" align="top" onClick="this.style.display='none'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_84_771_Open_Text').style.display='none'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_84_771_Closed_Image').style.display='inline'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_84_771_Closed_Text').style.display='inline';"/><img id="ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_84_771_Closed_Image" src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/ContractedBlock.gif" align="top" style="display: none;" onClick="this.style.display='none'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_84_771_Closed_Text').style.display='none'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_84_771_Open_Image').style.display='inline'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_84_771_Open_Text').style.display='inline';"/></span><span id="ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_84_771_Closed_Text" style="border: solid 1px #808080; background-color: #FFFFFF; display: none;">...</span><span id="ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_84_771_Open_Text"><span style="color: #000000;">{
</span><span style="color: #008080;">05</span><span style="color: #000000;"><img src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/InBlock.gif" align="top"/>    </span><span style="color: #0000FF;">class</span><span style="color: #000000;"> Pilot
</span><span style="color: #008080;">06</span><span style="color: #000000;"><img id="ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_106_769_Open_Image" src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/ExpandedSubBlockStart.gif" align="top" onClick="this.style.display='none'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_106_769_Open_Text').style.display='none'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_106_769_Closed_Image').style.display='inline'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_106_769_Closed_Text').style.display='inline';"/><img id="ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_106_769_Closed_Image" src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/ContractedSubBlock.gif" align="top" style="display: none;" onClick="this.style.display='none'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_106_769_Closed_Text').style.display='none'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_106_769_Open_Image').style.display='inline'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_106_769_Open_Text').style.display='inline';"/>    </span><span id="ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_106_769_Closed_Text" style="border: solid 1px #808080; background-color: #FFFFFF; display: none;">...</span><span id="ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_106_769_Open_Text"><span style="color: #000000;">{
</span><span style="color: #008080;">07</span><span style="color: #000000;"><img src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/InBlock.gif" align="top"/>        </span><span style="color: #0000FF;">string</span><span style="color: #000000;"> _name;
</span><span style="color: #008080;">08</span><span style="color: #000000;"><img src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/InBlock.gif" align="top"/>        </span><span style="color: #0000FF;">int</span><span style="color: #000000;"> _points;
</span><span style="color: #008080;">09</span><span style="color: #000000;"><img src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/InBlock.gif" align="top"/>
</span><span style="color: #008080;">10</span><span style="color: #000000;"><img src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/InBlock.gif" align="top"/>        </span><span style="color: #0000FF;">public</span><span style="color: #000000;"> Pilot(</span><span style="color: #0000FF;">string</span><span style="color: #000000;"> name, </span><span style="color: #0000FF;">int</span><span style="color: #000000;"> points)
</span><span style="color: #008080;">11</span><span style="color: #000000;"><img id="ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_206_273_Open_Image" src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/ExpandedSubBlockStart.gif" align="top" onClick="this.style.display='none'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_206_273_Open_Text').style.display='none'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_206_273_Closed_Image').style.display='inline'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_206_273_Closed_Text').style.display='inline';"/><img id="ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_206_273_Closed_Image" src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/ContractedSubBlock.gif" align="top" style="display: none;" onClick="this.style.display='none'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_206_273_Closed_Text').style.display='none'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_206_273_Open_Image').style.display='inline'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_206_273_Open_Text').style.display='inline';"/>        </span><span id="ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_206_273_Closed_Text" style="border: solid 1px #808080; background-color: #FFFFFF; display: none;">...</span><span id="ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_206_273_Open_Text"><span style="color: #000000;">{
</span><span style="color: #008080;">12</span><span style="color: #000000;"><img src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/InBlock.gif" align="top"/>            _name </span><span style="color: #000000;">=</span><span style="color: #000000;"> name;
</span><span style="color: #008080;">13</span><span style="color: #000000;"><img src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/InBlock.gif" align="top"/>            _points </span><span style="color: #000000;">=</span><span style="color: #000000;"> points;
</span><span style="color: #008080;">14</span><span style="color: #000000;"><img src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/ExpandedSubBlockEnd.gif" align="top"/>        }</span></span><span style="color: #000000;">
</span><span style="color: #008080;">15</span><span style="color: #000000;"><img src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/InBlock.gif" align="top"/>
</span><span style="color: #008080;">16</span><span style="color: #000000;"><img src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/InBlock.gif" align="top"/>        </span><span style="color: #0000FF;">public</span><span style="color: #000000;"> </span><span style="color: #0000FF;">int</span><span style="color: #000000;"> Points
</span><span style="color: #008080;">17</span><span style="color: #000000;"><img id="ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_309_396_Open_Image" src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/ExpandedSubBlockStart.gif" align="top" onClick="this.style.display='none'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_309_396_Open_Text').style.display='none'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_309_396_Closed_Image').style.display='inline'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_309_396_Closed_Text').style.display='inline';"/><img id="ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_309_396_Closed_Image" src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/ContractedSubBlock.gif" align="top" style="display: none;" onClick="this.style.display='none'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_309_396_Closed_Text').style.display='none'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_309_396_Open_Image').style.display='inline'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_309_396_Open_Text').style.display='inline';"/>        </span><span id="ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_309_396_Closed_Text" style="border: solid 1px #808080; background-color: #FFFFFF; display: none;">...</span><span id="ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_309_396_Open_Text"><span style="color: #000000;">{
</span><span style="color: #008080;">18</span><span style="color: #000000;"><img src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/InBlock.gif" align="top"/>            </span><span style="color: #0000FF;">get</span><span style="color: #000000;">
</span><span style="color: #008080;">19</span><span style="color: #000000;"><img id="ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_339_386_Open_Image" src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/ExpandedSubBlockStart.gif" align="top" onClick="this.style.display='none'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_339_386_Open_Text').style.display='none'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_339_386_Closed_Image').style.display='inline'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_339_386_Closed_Text').style.display='inline';"/><img id="ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_339_386_Closed_Image" src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/ContractedSubBlock.gif" align="top" style="display: none;" onClick="this.style.display='none'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_339_386_Closed_Text').style.display='none'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_339_386_Open_Image').style.display='inline'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_339_386_Open_Text').style.display='inline';"/>            </span><span id="ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_339_386_Closed_Text" style="border: solid 1px #808080; background-color: #FFFFFF; display: none;">...</span><span id="ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_339_386_Open_Text"><span style="color: #000000;">{
</span><span style="color: #008080;">20</span><span style="color: #000000;"><img src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/InBlock.gif" align="top"/>                </span><span style="color: #0000FF;">return</span><span style="color: #000000;"> _points;
</span><span style="color: #008080;">21</span><span style="color: #000000;"><img src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/ExpandedSubBlockEnd.gif" align="top"/>            }</span></span><span style="color: #000000;">
</span><span style="color: #008080;">22</span><span style="color: #000000;"><img src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/ExpandedSubBlockEnd.gif" align="top"/>        }</span></span><span style="color: #000000;">
</span><span style="color: #008080;">23</span><span style="color: #000000;"><img src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/InBlock.gif" align="top"/>
</span><span style="color: #008080;">24</span><span style="color: #000000;"><img src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/InBlock.gif" align="top"/>        </span><span style="color: #0000FF;">public</span><span style="color: #000000;"> </span><span style="color: #0000FF;">void</span><span style="color: #000000;"> AddPoints(</span><span style="color: #0000FF;">int</span><span style="color: #000000;"> points)
</span><span style="color: #008080;">25</span><span style="color: #000000;"><img id="ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_448_490_Open_Image" src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/ExpandedSubBlockStart.gif" align="top" onClick="this.style.display='none'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_448_490_Open_Text').style.display='none'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_448_490_Closed_Image').style.display='inline'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_448_490_Closed_Text').style.display='inline';"/><img id="ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_448_490_Closed_Image" src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/ContractedSubBlock.gif" align="top" style="display: none;" onClick="this.style.display='none'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_448_490_Closed_Text').style.display='none'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_448_490_Open_Image').style.display='inline'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_448_490_Open_Text').style.display='inline';"/>        </span><span id="ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_448_490_Closed_Text" style="border: solid 1px #808080; background-color: #FFFFFF; display: none;">...</span><span id="ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_448_490_Open_Text"><span style="color: #000000;">{
</span><span style="color: #008080;">26</span><span style="color: #000000;"><img src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/InBlock.gif" align="top"/>            _points </span><span style="color: #000000;">+=</span><span style="color: #000000;"> points;
</span><span style="color: #008080;">27</span><span style="color: #000000;"><img src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/ExpandedSubBlockEnd.gif" align="top"/>        }</span></span><span style="color: #000000;">
</span><span style="color: #008080;">28</span><span style="color: #000000;"><img src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/InBlock.gif" align="top"/>
</span><span style="color: #008080;">29</span><span style="color: #000000;"><img src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/InBlock.gif" align="top"/>        </span><span style="color: #0000FF;">public</span><span style="color: #000000;"> </span><span style="color: #0000FF;">string</span><span style="color: #000000;"> Name
</span><span style="color: #008080;">30</span><span style="color: #000000;"><img id="ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_527_612_Open_Image" src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/ExpandedSubBlockStart.gif" align="top" onClick="this.style.display='none'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_527_612_Open_Text').style.display='none'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_527_612_Closed_Image').style.display='inline'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_527_612_Closed_Text').style.display='inline';"/><img id="ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_527_612_Closed_Image" src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/ContractedSubBlock.gif" align="top" style="display: none;" onClick="this.style.display='none'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_527_612_Closed_Text').style.display='none'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_527_612_Open_Image').style.display='inline'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_527_612_Open_Text').style.display='inline';"/>        </span><span id="ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_527_612_Closed_Text" style="border: solid 1px #808080; background-color: #FFFFFF; display: none;">...</span><span id="ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_527_612_Open_Text"><span style="color: #000000;">{
</span><span style="color: #008080;">31</span><span style="color: #000000;"><img src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/InBlock.gif" align="top"/>            </span><span style="color: #0000FF;">get</span><span style="color: #000000;">
</span><span style="color: #008080;">32</span><span style="color: #000000;"><img id="ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_557_602_Open_Image" src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/ExpandedSubBlockStart.gif" align="top" onClick="this.style.display='none'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_557_602_Open_Text').style.display='none'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_557_602_Closed_Image').style.display='inline'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_557_602_Closed_Text').style.display='inline';"/><img id="ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_557_602_Closed_Image" src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/ContractedSubBlock.gif" align="top" style="display: none;" onClick="this.style.display='none'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_557_602_Closed_Text').style.display='none'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_557_602_Open_Image').style.display='inline'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_557_602_Open_Text').style.display='inline';"/>            </span><span id="ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_557_602_Closed_Text" style="border: solid 1px #808080; background-color: #FFFFFF; display: none;">...</span><span id="ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_557_602_Open_Text"><span style="color: #000000;">{
</span><span style="color: #008080;">33</span><span style="color: #000000;"><img src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/InBlock.gif" align="top"/>                </span><span style="color: #0000FF;">return</span><span style="color: #000000;"> _name;
</span><span style="color: #008080;">34</span><span style="color: #000000;"><img src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/ExpandedSubBlockEnd.gif" align="top"/>            }</span></span><span style="color: #000000;">
</span><span style="color: #008080;">35</span><span style="color: #000000;"><img src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/ExpandedSubBlockEnd.gif" align="top"/>        }</span></span><span style="color: #000000;">
</span><span style="color: #008080;">36</span><span style="color: #000000;"><img src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/InBlock.gif" align="top"/>
</span><span style="color: #008080;">37</span><span style="color: #000000;"><img src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/InBlock.gif" align="top"/>        </span><span style="color: #0000FF;">override</span><span style="color: #000000;"> </span><span style="color: #0000FF;">public</span><span style="color: #000000;"> </span><span style="color: #0000FF;">string</span><span style="color: #000000;"> ToString()
</span><span style="color: #008080;">38</span><span style="color: #000000;"><img id="ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_664_763_Open_Image" src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/ExpandedSubBlockStart.gif" align="top" onClick="this.style.display='none'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_664_763_Open_Text').style.display='none'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_664_763_Closed_Image').style.display='inline'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_664_763_Closed_Text').style.display='inline';"/><img id="ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_664_763_Closed_Image" src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/ContractedSubBlock.gif" align="top" style="display: none;" onClick="this.style.display='none'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_664_763_Closed_Text').style.display='none'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_664_763_Open_Image').style.display='inline'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_664_763_Open_Text').style.display='inline';"/>        </span><span id="ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_664_763_Closed_Text" style="border: solid 1px #808080; background-color: #FFFFFF; display: none;">...</span><span id="ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsCS.ZipsPersistentPilot.Cs_PersistentPilot.Cs_335_47_664_763_Open_Text"><span style="color: #000000;">{
</span><span style="color: #008080;">39</span><span style="color: #000000;"><img src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/InBlock.gif" align="top"/>            </span><span style="color: #0000FF;">return</span><span style="color: #000000;"> </span><span style="color: #0000FF;">string</span><span style="color: #000000;">.Format(CultureInfo.CurrentCulture,</span><span style="color: #800000;">&quot;</span><span style="color: #800000;">{0}/{1}</span><span style="color: #800000;">&quot;</span><span style="color: #000000;">, _name, _points);
</span><span style="color: #008080;">40</span><span style="color: #000000;"><img src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/ExpandedSubBlockEnd.gif" align="top"/>        }</span></span><span style="color: #000000;">
</span><span style="color: #008080;">41</span><span style="color: #000000;"><img src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/ExpandedSubBlockEnd.gif" align="top"/>    }</span></span><span style="color: #000000;">
</span><span style="color: #008080;">42</span><span style="color: #000000;"><img src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/ExpandedBlockEnd.gif" align="top"/>}</span></span></div></pre></div></div>

</span>

<span name="cs_wiki_filter" csw_filters="vb">

<div class="FormattedSourceCode"><div class="fscHeader"><span class="fscFileName">Pilot.vb</span></div><div class="fscCode"><pre ID="ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsVB.ZipsPersistentPilot.Vb_PersistentPilot.Vb_446_47"><div><!--

Code highlighting produced by Actipro CodeHighlighter (freeware)
http://www.CodeHighlighter.com/

--><span style="color: #008080;">01</span><img src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/None.gif" align="top"/><span style="color: #0000FF;">Imports</span><span style="color: #000000;"> System.Globalization
</span><span style="color: #008080;">02</span><span style="color: #000000;"><img src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/None.gif" align="top"/>
</span><span style="color: #008080;">03</span><span style="color: #000000;"><img id="ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsVB.ZipsPersistentPilot.Vb_PersistentPilot.Vb_446_47_30_858_Open_Image" src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/ExpandedBlockStart.gif" align="top" onClick="this.style.display='none'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsVB.ZipsPersistentPilot.Vb_PersistentPilot.Vb_446_47_30_858_Open_Text').style.display='none'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsVB.ZipsPersistentPilot.Vb_PersistentPilot.Vb_446_47_30_858_Closed_Image').style.display='inline'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsVB.ZipsPersistentPilot.Vb_PersistentPilot.Vb_446_47_30_858_Closed_Text').style.display='inline';"/><img id="ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsVB.ZipsPersistentPilot.Vb_PersistentPilot.Vb_446_47_30_858_Closed_Image" src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/ContractedBlock.gif" align="top" style="display: none;" onClick="this.style.display='none'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsVB.ZipsPersistentPilot.Vb_PersistentPilot.Vb_446_47_30_858_Closed_Text').style.display='none'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsVB.ZipsPersistentPilot.Vb_PersistentPilot.Vb_446_47_30_858_Open_Image').style.display='inline'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsVB.ZipsPersistentPilot.Vb_PersistentPilot.Vb_446_47_30_858_Open_Text').style.display='inline';"/></span><span id="ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsVB.ZipsPersistentPilot.Vb_PersistentPilot.Vb_446_47_30_858_Closed_Text" style="border: solid 1px #808080; background-color: #FFFFFF; display: none;">Namespace Persistent</span><span id="ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsVB.ZipsPersistentPilot.Vb_PersistentPilot.Vb_446_47_30_858_Open_Text"><span style="color: #0000FF;">Namespace</span><span style="color: #000000;"> Persistent
</span><span style="color: #008080;">04</span><span style="color: #000000;"><img src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/InBlock.gif" align="top"/>
</span><span style="color: #008080;">05</span><span style="color: #000000;"><img id="ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsVB.ZipsPersistentPilot.Vb_PersistentPilot.Vb_446_47_56_844_Open_Image" src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/ExpandedSubBlockStart.gif" align="top" onClick="this.style.display='none'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsVB.ZipsPersistentPilot.Vb_PersistentPilot.Vb_446_47_56_844_Open_Text').style.display='none'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsVB.ZipsPersistentPilot.Vb_PersistentPilot.Vb_446_47_56_844_Closed_Image').style.display='inline'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsVB.ZipsPersistentPilot.Vb_PersistentPilot.Vb_446_47_56_844_Closed_Text').style.display='inline';"/><img id="ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsVB.ZipsPersistentPilot.Vb_PersistentPilot.Vb_446_47_56_844_Closed_Image" src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/ContractedSubBlock.gif" align="top" style="display: none;" onClick="this.style.display='none'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsVB.ZipsPersistentPilot.Vb_PersistentPilot.Vb_446_47_56_844_Closed_Text').style.display='none'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsVB.ZipsPersistentPilot.Vb_PersistentPilot.Vb_446_47_56_844_Open_Image').style.display='inline'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsVB.ZipsPersistentPilot.Vb_PersistentPilot.Vb_446_47_56_844_Open_Text').style.display='inline';"/>    </span><span id="ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsVB.ZipsPersistentPilot.Vb_PersistentPilot.Vb_446_47_56_844_Closed_Text" style="border: solid 1px #808080; background-color: #FFFFFF; display: none;">Class Pilot</span><span id="ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsVB.ZipsPersistentPilot.Vb_PersistentPilot.Vb_446_47_56_844_Open_Text"><span style="color: #0000FF;">Class</span><span style="color: #000000;"> Pilot
</span><span style="color: #008080;">06</span><span style="color: #000000;"><img src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/InBlock.gif" align="top"/>        </span><span style="color: #0000FF;">Private</span><span style="color: #000000;"> _name </span><span style="color: #0000FF;">As</span><span style="color: #000000;"> </span><span style="color: #0000FF;">String</span><span style="color: #000000;">
</span><span style="color: #008080;">07</span><span style="color: #000000;"><img src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/InBlock.gif" align="top"/>        </span><span style="color: #0000FF;">Private</span><span style="color: #000000;"> _points </span><span style="color: #0000FF;">As</span><span style="color: #000000;"> </span><span style="color: #0000FF;">Integer</span><span style="color: #000000;">
</span><span style="color: #008080;">08</span><span style="color: #000000;"><img src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/InBlock.gif" align="top"/>
</span><span style="color: #008080;">09</span><span style="color: #000000;"><img id="ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsVB.ZipsPersistentPilot.Vb_PersistentPilot.Vb_446_47_151_275_Open_Image" src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/ExpandedSubBlockStart.gif" align="top" onClick="this.style.display='none'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsVB.ZipsPersistentPilot.Vb_PersistentPilot.Vb_446_47_151_275_Open_Text').style.display='none'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsVB.ZipsPersistentPilot.Vb_PersistentPilot.Vb_446_47_151_275_Closed_Image').style.display='inline'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsVB.ZipsPersistentPilot.Vb_PersistentPilot.Vb_446_47_151_275_Closed_Text').style.display='inline';"/><img id="ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsVB.ZipsPersistentPilot.Vb_PersistentPilot.Vb_446_47_151_275_Closed_Image" src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/ContractedSubBlock.gif" align="top" style="display: none;" onClick="this.style.display='none'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsVB.ZipsPersistentPilot.Vb_PersistentPilot.Vb_446_47_151_275_Closed_Text').style.display='none'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsVB.ZipsPersistentPilot.Vb_PersistentPilot.Vb_446_47_151_275_Open_Image').style.display='inline'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsVB.ZipsPersistentPilot.Vb_PersistentPilot.Vb_446_47_151_275_Open_Text').style.display='inline';"/>        </span><span style="color: #0000FF;">Public</span><span style="color: #000000;"> </span><span id="ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsVB.ZipsPersistentPilot.Vb_PersistentPilot.Vb_446_47_151_275_Closed_Text" style="border: solid 1px #808080; background-color: #FFFFFF; display: none;">Sub New()</span><span id="ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsVB.ZipsPersistentPilot.Vb_PersistentPilot.Vb_446_47_151_275_Open_Text"><span style="color: #0000FF;">Sub</span><span style="color: #000000;"> </span><span style="color: #0000FF;">New</span><span style="color: #000000;">(</span><span style="color: #0000FF;">ByVal</span><span style="color: #000000;"> name </span><span style="color: #0000FF;">As</span><span style="color: #000000;"> </span><span style="color: #0000FF;">String</span><span style="color: #000000;">, </span><span style="color: #0000FF;">ByVal</span><span style="color: #000000;"> points </span><span style="color: #0000FF;">As</span><span style="color: #000000;"> </span><span style="color: #0000FF;">Integer</span><span style="color: #000000;">)
</span><span style="color: #008080;">10</span><span style="color: #000000;"><img src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/InBlock.gif" align="top"/>            _name </span><span style="color: #000000;">=</span><span style="color: #000000;"> name
</span><span style="color: #008080;">11</span><span style="color: #000000;"><img src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/InBlock.gif" align="top"/>            _points </span><span style="color: #000000;">=</span><span style="color: #000000;"> points
</span><span style="color: #008080;">12</span><span style="color: #000000;"><img src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/ExpandedSubBlockEnd.gif" align="top"/>        </span><span style="color: #0000FF;">End Sub</span></span><span style="color: #000000;">
</span><span style="color: #008080;">13</span><span style="color: #000000;"><img src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/InBlock.gif" align="top"/>
</span><span style="color: #008080;">14</span><span style="color: #000000;"><img id="ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsVB.ZipsPersistentPilot.Vb_PersistentPilot.Vb_446_47_301_417_Open_Image" src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/ExpandedSubBlockStart.gif" align="top" onClick="this.style.display='none'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsVB.ZipsPersistentPilot.Vb_PersistentPilot.Vb_446_47_301_417_Open_Text').style.display='none'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsVB.ZipsPersistentPilot.Vb_PersistentPilot.Vb_446_47_301_417_Closed_Image').style.display='inline'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsVB.ZipsPersistentPilot.Vb_PersistentPilot.Vb_446_47_301_417_Closed_Text').style.display='inline';"/><img id="ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsVB.ZipsPersistentPilot.Vb_PersistentPilot.Vb_446_47_301_417_Closed_Image" src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/ContractedSubBlock.gif" align="top" style="display: none;" onClick="this.style.display='none'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsVB.ZipsPersistentPilot.Vb_PersistentPilot.Vb_446_47_301_417_Closed_Text').style.display='none'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsVB.ZipsPersistentPilot.Vb_PersistentPilot.Vb_446_47_301_417_Open_Image').style.display='inline'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsVB.ZipsPersistentPilot.Vb_PersistentPilot.Vb_446_47_301_417_Open_Text').style.display='inline';"/>        </span><span style="color: #0000FF;">Public</span><span style="color: #000000;"> </span><span style="color: #0000FF;">ReadOnly</span><span style="color: #000000;"> </span><span id="ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsVB.ZipsPersistentPilot.Vb_PersistentPilot.Vb_446_47_301_417_Closed_Text" style="border: solid 1px #808080; background-color: #FFFFFF; display: none;">Property Points()</span><span id="ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsVB.ZipsPersistentPilot.Vb_PersistentPilot.Vb_446_47_301_417_Open_Text"><span style="color: #0000FF;">Property</span><span style="color: #000000;"> Points() </span><span style="color: #0000FF;">As</span><span style="color: #000000;"> </span><span style="color: #0000FF;">Integer</span><span style="color: #000000;">
</span><span style="color: #008080;">15</span><span style="color: #000000;"><img src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/InBlock.gif" align="top"/>            </span><span style="color: #0000FF;">Get</span><span style="color: #000000;">
</span><span style="color: #008080;">16</span><span style="color: #000000;"><img src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/InBlock.gif" align="top"/>                </span><span style="color: #0000FF;">Return</span><span style="color: #000000;"> _points
</span><span style="color: #008080;">17</span><span style="color: #000000;"><img src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/InBlock.gif" align="top"/>            </span><span style="color: #0000FF;">End</span><span style="color: #000000;"> </span><span style="color: #0000FF;">Get</span><span style="color: #000000;">
</span><span style="color: #008080;">18</span><span style="color: #000000;"><img src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/ExpandedSubBlockEnd.gif" align="top"/>        </span><span style="color: #0000FF;">End Property</span></span><span style="color: #000000;">
</span><span style="color: #008080;">19</span><span style="color: #000000;"><img src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/InBlock.gif" align="top"/>
</span><span style="color: #008080;">20</span><span style="color: #000000;"><img id="ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsVB.ZipsPersistentPilot.Vb_PersistentPilot.Vb_446_47_434_518_Open_Image" src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/ExpandedSubBlockStart.gif" align="top" onClick="this.style.display='none'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsVB.ZipsPersistentPilot.Vb_PersistentPilot.Vb_446_47_434_518_Open_Text').style.display='none'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsVB.ZipsPersistentPilot.Vb_PersistentPilot.Vb_446_47_434_518_Closed_Image').style.display='inline'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsVB.ZipsPersistentPilot.Vb_PersistentPilot.Vb_446_47_434_518_Closed_Text').style.display='inline';"/><img id="ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsVB.ZipsPersistentPilot.Vb_PersistentPilot.Vb_446_47_434_518_Closed_Image" src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/ContractedSubBlock.gif" align="top" style="display: none;" onClick="this.style.display='none'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsVB.ZipsPersistentPilot.Vb_PersistentPilot.Vb_446_47_434_518_Closed_Text').style.display='none'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsVB.ZipsPersistentPilot.Vb_PersistentPilot.Vb_446_47_434_518_Open_Image').style.display='inline'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsVB.ZipsPersistentPilot.Vb_PersistentPilot.Vb_446_47_434_518_Open_Text').style.display='inline';"/>        </span><span style="color: #0000FF;">Public</span><span style="color: #000000;"> </span><span id="ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsVB.ZipsPersistentPilot.Vb_PersistentPilot.Vb_446_47_434_518_Closed_Text" style="border: solid 1px #808080; background-color: #FFFFFF; display: none;">Sub AddPoints()</span><span id="ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsVB.ZipsPersistentPilot.Vb_PersistentPilot.Vb_446_47_434_518_Open_Text"><span style="color: #0000FF;">Sub</span><span style="color: #000000;"> AddPoints(</span><span style="color: #0000FF;">ByVal</span><span style="color: #000000;"> points </span><span style="color: #0000FF;">As</span><span style="color: #000000;"> </span><span style="color: #0000FF;">Integer</span><span style="color: #000000;">)
</span><span style="color: #008080;">21</span><span style="color: #000000;"><img src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/InBlock.gif" align="top"/>            _points </span><span style="color: #000000;">+=</span><span style="color: #000000;"> points
</span><span style="color: #008080;">22</span><span style="color: #000000;"><img src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/ExpandedSubBlockEnd.gif" align="top"/>        </span><span style="color: #0000FF;">End Sub</span></span><span style="color: #000000;">
</span><span style="color: #008080;">23</span><span style="color: #000000;"><img src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/InBlock.gif" align="top"/>
</span><span style="color: #008080;">24</span><span style="color: #000000;"><img id="ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsVB.ZipsPersistentPilot.Vb_PersistentPilot.Vb_446_47_544_655_Open_Image" src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/ExpandedSubBlockStart.gif" align="top" onClick="this.style.display='none'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsVB.ZipsPersistentPilot.Vb_PersistentPilot.Vb_446_47_544_655_Open_Text').style.display='none'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsVB.ZipsPersistentPilot.Vb_PersistentPilot.Vb_446_47_544_655_Closed_Image').style.display='inline'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsVB.ZipsPersistentPilot.Vb_PersistentPilot.Vb_446_47_544_655_Closed_Text').style.display='inline';"/><img id="ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsVB.ZipsPersistentPilot.Vb_PersistentPilot.Vb_446_47_544_655_Closed_Image" src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/ContractedSubBlock.gif" align="top" style="display: none;" onClick="this.style.display='none'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsVB.ZipsPersistentPilot.Vb_PersistentPilot.Vb_446_47_544_655_Closed_Text').style.display='none'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsVB.ZipsPersistentPilot.Vb_PersistentPilot.Vb_446_47_544_655_Open_Image').style.display='inline'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsVB.ZipsPersistentPilot.Vb_PersistentPilot.Vb_446_47_544_655_Open_Text').style.display='inline';"/>        </span><span style="color: #0000FF;">Public</span><span style="color: #000000;"> </span><span style="color: #0000FF;">ReadOnly</span><span style="color: #000000;"> </span><span id="ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsVB.ZipsPersistentPilot.Vb_PersistentPilot.Vb_446_47_544_655_Closed_Text" style="border: solid 1px #808080; background-color: #FFFFFF; display: none;">Property Name()</span><span id="ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsVB.ZipsPersistentPilot.Vb_PersistentPilot.Vb_446_47_544_655_Open_Text"><span style="color: #0000FF;">Property</span><span style="color: #000000;"> Name() </span><span style="color: #0000FF;">As</span><span style="color: #000000;"> </span><span style="color: #0000FF;">String</span><span style="color: #000000;">
</span><span style="color: #008080;">25</span><span style="color: #000000;"><img src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/InBlock.gif" align="top"/>            </span><span style="color: #0000FF;">Get</span><span style="color: #000000;">
</span><span style="color: #008080;">26</span><span style="color: #000000;"><img src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/InBlock.gif" align="top"/>                </span><span style="color: #0000FF;">Return</span><span style="color: #000000;"> _name
</span><span style="color: #008080;">27</span><span style="color: #000000;"><img src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/InBlock.gif" align="top"/>            </span><span style="color: #0000FF;">End</span><span style="color: #000000;"> </span><span style="color: #0000FF;">Get</span><span style="color: #000000;">
</span><span style="color: #008080;">28</span><span style="color: #000000;"><img src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/ExpandedSubBlockEnd.gif" align="top"/>        </span><span style="color: #0000FF;">End Property</span></span><span style="color: #000000;">
</span><span style="color: #008080;">29</span><span style="color: #000000;"><img src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/InBlock.gif" align="top"/>
</span><span style="color: #008080;">30</span><span style="color: #000000;"><img id="ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsVB.ZipsPersistentPilot.Vb_PersistentPilot.Vb_446_47_692_830_Open_Image" src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/ExpandedSubBlockStart.gif" align="top" onClick="this.style.display='none'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsVB.ZipsPersistentPilot.Vb_PersistentPilot.Vb_446_47_692_830_Open_Text').style.display='none'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsVB.ZipsPersistentPilot.Vb_PersistentPilot.Vb_446_47_692_830_Closed_Image').style.display='inline'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsVB.ZipsPersistentPilot.Vb_PersistentPilot.Vb_446_47_692_830_Closed_Text').style.display='inline';"/><img id="ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsVB.ZipsPersistentPilot.Vb_PersistentPilot.Vb_446_47_692_830_Closed_Image" src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/ContractedSubBlock.gif" align="top" style="display: none;" onClick="this.style.display='none'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsVB.ZipsPersistentPilot.Vb_PersistentPilot.Vb_446_47_692_830_Closed_Text').style.display='none'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsVB.ZipsPersistentPilot.Vb_PersistentPilot.Vb_446_47_692_830_Open_Image').style.display='inline'; document.getElementById('ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsVB.ZipsPersistentPilot.Vb_PersistentPilot.Vb_446_47_692_830_Open_Text').style.display='inline';"/>        </span><span style="color: #0000FF;">Public</span><span style="color: #000000;"> </span><span style="color: #0000FF;">Overloads</span><span style="color: #000000;"> </span><span style="color: #0000FF;">Overrides</span><span style="color: #000000;"> </span><span id="ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsVB.ZipsPersistentPilot.Vb_PersistentPilot.Vb_446_47_692_830_Closed_Text" style="border: solid 1px #808080; background-color: #FFFFFF; display: none;">Function ToString()</span><span id="ResourcesReferenceImplementation_StrategiesReporting.NET_ReportingReportsVB.ZipsPersistentPilot.Vb_PersistentPilot.Vb_446_47_692_830_Open_Text"><span style="color: #0000FF;">Function</span><span style="color: #000000;"> ToString() </span><span style="color: #0000FF;">As</span><span style="color: #000000;"> </span><span style="color: #0000FF;">String</span><span style="color: #000000;">
</span><span style="color: #008080;">31</span><span style="color: #000000;"><img src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/InBlock.gif" align="top"/>            </span><span style="color: #0000FF;">Return</span><span style="color: #000000;"> </span><span style="color: #0000FF;">String</span><span style="color: #000000;">.Format(CultureInfo.CurrentCulture, </span><span style="color: #800000;">&quot;</span><span style="color: #800000;">{0}/{1}</span><span style="color: #800000;">&quot;</span><span style="color: #000000;">, _name, _points)
</span><span style="color: #008080;">32</span><span style="color: #000000;"><img src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/ExpandedSubBlockEnd.gif" align="top"/>        </span><span style="color: #0000FF;">End Function</span></span><span style="color: #000000;">
</span><span style="color: #008080;">33</span><span style="color: #000000;"><img src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/ExpandedSubBlockEnd.gif" align="top"/>    </span><span style="color: #0000FF;">End Class</span></span><span style="color: #000000;">
</span><span style="color: #008080;">34</span><span style="color: #000000;"><img src="../../../../Utility/ActiPro.CodeHighligher/OutliningIndicators/ExpandedBlockEnd.gif" align="top"/></span><span style="color: #0000FF;">End Namespace</span></span></div></pre></div></div>

</span>

<p>The Pilot class has Name and Points attributes. These
attributes can be used as report fields. If you need more fields to be present
in your report you can specify additional attributes in your class or create a
custom query class, which can combine information from several objects.</p>

<p>The Pilot class should be built before it will become
accessible for reporting.</p>



</div>
    </div>
    <div id="footer">
					This revision (3) was last Modified 2007-05-23T18:16:38 by Tetyana.
				</div>
  </body>
</html>