See Also

PageViewAccessible Class  | PageViewAccessible Members

Language

Visual Basic

C#

Show All

See Also Languages ActiveReports.Viewer Send feedback to Data Dynamics

Name Property

Sets or returns the name of the accessible page view.

[Visual Basic]
Overrides Public Property Name As String
[C#]
public override string Name {get; set;}

Return Type

String.

Remarks

This is a string used to identify, find, or announce a page view for the user. Call GetChild with the index of the child whose name you are retrieving to get the name of a child object.

Notes:  A name should be intuitive so that users understand its meaning or purpose. The Name property must not duplicate the name of any sibling objects in the parent.

See Also

PageViewAccessible Class  | PageViewAccessible Members

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.