CrystalReportViewer.TabIndex Property

Specifies the tab order of the control.

Namespace CrystalDecisions.Web Assembly CrystalDecisions.Web (CrystalDecisions.Web.dll)

Syntax

'Declaration

Public Overrides Property TabIndex As System.Int16
public override System.Int16 TabIndex {get; set;}

Example

This example shows how to set the TabIndex property for a CrystalReportViewer control.

'Declaration

    Private Sub SetTabIndex(ByVal myTabIndex As Short)
      CrystalReportViewer.TabIndex = myTabIndex
    End Sub
    private void SetTabIndex(short index)
    {
      crystalReportViewer.TabIndex = index;
    }

Version Information

Crystal Reports Basic for Visual Studio 2008

Supported since: Crystal Reports for Visual Studio .NET 2002

See Also

Reference

CrystalReportViewer Class
CrystalReportViewer Members
CrystalDecisions.Web Namespace