ActiveReports 6 Online Help
Name Property (PageViewAccessible)

Sets or returns the name of the accessible page view.
Syntax
'Declaration
 
Public Overrides Property Name As String
public override string Name {get; set;}

Property Value

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.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PageViewAccessible Class
PageViewAccessible Members
Base Implementation in Name

Send Feedback