<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Reports including maps and some data in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/reports-including-maps-and-some-data/m-p/380366#M9843</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The print sample is basically doing this: &lt;/SPAN&gt;&lt;A href="http://resources.esri.com/arcgisserver/apis/silverlight/index.cfm?fa=codeGalleryDetails&amp;amp;scriptID=16697"&gt;http://resources.esri.com/arcgisserver/apis/silverlight/index.cfm?fa=codeGalleryDetails&amp;amp;scriptID=16697&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 May 2010 18:11:15 GMT</pubDate>
    <dc:creator>dotMorten_esri</dc:creator>
    <dc:date>2010-05-17T18:11:15Z</dc:date>
    <item>
      <title>Reports including maps and some data</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/reports-including-maps-and-some-data/m-p/380365#M9842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello guys i'm pretty new to the ESRI software and also silverlight.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We have this project running for our customers which includes a silverlight app , ESRI map with loads of features ( by that i mean objects, not functions:). It will also include reports. That's where i step in.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; I got a task to create reports (probably using crystal reports). Getting selected feature's data wont be much of a problem using identify tool. But the problem is how can i get the map image back to server. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For isntance customer&amp;nbsp; selects a certain feature and wants to print a report. I figured as much i'll need the map (custom extent) picture back at server to have it included in crystal reports.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help is appreciated and if i was incomprehensible i'll explain further if needed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for any help&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 May 2010 09:31:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/reports-including-maps-and-some-data/m-p/380365#M9842</guid>
      <dc:creator>MatejSkerjanc</dc:creator>
      <dc:date>2010-05-14T09:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: Reports including maps and some data</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/reports-including-maps-and-some-data/m-p/380366#M9843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The print sample is basically doing this: &lt;/SPAN&gt;&lt;A href="http://resources.esri.com/arcgisserver/apis/silverlight/index.cfm?fa=codeGalleryDetails&amp;amp;scriptID=16697"&gt;http://resources.esri.com/arcgisserver/apis/silverlight/index.cfm?fa=codeGalleryDetails&amp;amp;scriptID=16697&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 May 2010 18:11:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/reports-including-maps-and-some-data/m-p/380366#M9843</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2010-05-17T18:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: Reports including maps and some data</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/reports-including-maps-and-some-data/m-p/380367#M9844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hmm not sure if i was clear enough. But i found another way calling services with export parameter then "glueing" the pictures together...for now.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But i got new questions. In my mainpage.xaml.cs i have an identify function. When i try to run it it stops because of null reference on &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; graphicsLayer.ClearGraphics();&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Peculiar fact is the line ahead of this faulty one is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;GraphicsLayer graphicsLayer = MyTestMap.Layers[0] as GraphicsLayer;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But in debug mode i checked that MyTestMap and it's layers are seen. But graphic layer is still null. How come?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And another question. How can i select certain feature, get it's shape file from it and then get coordinates from the shape file. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry for being a nuissance and thank you for your help&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Matej&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;p.s. i tried the print project you linked me to and there's a problem: Calls to the web service will fail unless the silverlight project is hosted in and launched from the same web project that contains the service. I've had this before but i cannot recall how i fixed it&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 May 2010 09:49:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/reports-including-maps-and-some-data/m-p/380367#M9844</guid>
      <dc:creator>MatejSkerjanc</dc:creator>
      <dc:date>2010-05-20T09:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: Reports including maps and some data</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/reports-including-maps-and-some-data/m-p/380368#M9845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Please could you list your code showing your way of printing which is different from the sample.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 May 2010 11:54:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/reports-including-maps-and-some-data/m-p/380368#M9845</guid>
      <dc:creator>AvronPolakow</dc:creator>
      <dc:date>2010-05-20T11:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: Reports including maps and some data</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/reports-including-maps-and-some-data/m-p/380369#M9846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Oh sure i can, just dont know if this will help you since it doesnt involve actual printing yet. We have two services one for map layer and one for some feature layer. I wasnt involved in the production so far. To get one image of both i call each services with export parameter (using transparent=true&amp;amp;format=pnt&amp;amp;f=image...) then i "glue" these together to get one picture consisting of these two "layers". Sorry if this doesn't help you much...I'm currently stuck at getting feature's (real world) coordinates, i heard i need to get feature then from feature it's shape. p.s. if you still need some code (which is not much to begin with:) let me know&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 May 2010 05:35:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/reports-including-maps-and-some-data/m-p/380369#M9846</guid>
      <dc:creator>MatejSkerjanc</dc:creator>
      <dc:date>2010-05-21T05:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: Reports including maps and some data</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/reports-including-maps-and-some-data/m-p/380370#M9847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Peculiar fact is the line ahead of this faulty one is:&lt;BR /&gt;GraphicsLayer graphicsLayer = MyTestMap.Layers[0] as GraphicsLayer;&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Is your first layer a GraphicsLayer? (In most cases it's a dynamic or tiled service used as a base layer) &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Remember that "as GraphicsLayer" evaluates to null if it can't do the casting to that type.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 May 2010 14:53:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/reports-including-maps-and-some-data/m-p/380370#M9847</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2010-05-21T14:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: Reports including maps and some data</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/reports-including-maps-and-some-data/m-p/380371#M9848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can use the geometry from the selected feature.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 May 2010 16:47:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/reports-including-maps-and-some-data/m-p/380371#M9848</guid>
      <dc:creator>DanDulan</dc:creator>
      <dc:date>2010-05-25T16:47:09Z</dc:date>
    </item>
  </channel>
</rss>

