ESRI.ArcGIS.ADF.Tasks
NodesToPrint Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.Tasks Namespace > PagePrinter Class : NodesToPrint Property




Collection of TreeViewPlusNodes (containing feature attributes) to print. Send only the nodes you want to print. Currently only nodes that are type GraphicsLayerNode will print. If null, no attributes tables will print.

Syntax

Visual Basic (Declaration) 
Public Property NodesToPrint As List(Of TreeViewPlusNode)
Visual Basic (Usage)Copy Code
Dim instance As PagePrinter
Dim value As List(Of TreeViewPlusNode)
 
instance.NodesToPrint = value
 
value = instance.NodesToPrint
C# 
public List<TreeViewPlusNode> NodesToPrint {get; set;}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.