ESRI.ArcGIS.ADF.Tasks
NodesToPrint Property
See Also 
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;}

See Also

© 2010 All Rights Reserved.