ESRI.ArcGIS.ADF.Web.UI.WebControls
ShowRowCount Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > TaskResults Class : ShowRowCount Property




Whether to display the number of rows in a task result.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<ResDescriptionAttribute("Whether to display the number of rows in a task result.")>
<ResCategoryAttribute("TreeViewPlus")>
<NotifyParentPropertyAttribute(True)>
<PersistenceModeAttribute(PersistenceMode.Attribute)>
Public Property ShowRowCount As Boolean
Visual Basic (Usage)Copy Code
Dim instance As TaskResults
Dim value As Boolean
 
instance.ShowRowCount = value
 
value = instance.ShowRowCount
C# 
[DefaultValueAttribute()]
[ResDescriptionAttribute("Whether to display the number of rows in a task result.")]
[ResCategoryAttribute("TreeViewPlus")]
[NotifyParentPropertyAttribute(true)]
[PersistenceModeAttribute(PersistenceMode.Attribute)]
public bool ShowRowCount {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.