ESRI.ArcGIS.ADF.Tasks
ShowLegend Property
See Also 
ESRI.ArcGIS.ADF.Tasks Namespace > PrintTask Class : ShowLegend Property




Property redefined here to hide base class definition since this is not relevant to this task.

Syntax

Visual Basic (Declaration) 
<BrowsableAttribute(False)>
Public ReadOnly Property ShowLegend As Boolean
Visual Basic (Usage)Copy Code
Dim instance As PrintTask
Dim value As Boolean
 
value = instance.ShowLegend
C# 
[BrowsableAttribute(false)]
public bool ShowLegend {get;}

Remarks

This property is not used by the PrintTask. It is inherited from the base task class as a property determining whether graphics layers added to the task results also display in the page's table of contents (Toc control). Since the PrintTask does not generate these kinds of results, the property is not relevant and is hidden in Design view in Visual Studio.

See Also

© 2010 All Rights Reserved.