GrapeCity.ActiveReports.Web.v9 Assembly > GrapeCity.ActiveReports.Web.Controls Namespace > ToolButton Class : ClickNavigateTo Property |
'Declaration Public Property ClickNavigateTo As System.String
public System.string ClickNavigateTo {get; set;}
GrapeCity.ActiveReports.Web.Controls.ToolButton button = new GrapeCity.ActiveReports.Web.Controls.ToolButton(); button.ClickNavigateTo = "http://www.grapecity.com"; button.ToolTip = "Test tooltip"; WebViewer1.FlashViewerToolBar.Tools.Add(button);
Dim button As New GrapeCity.ActiveReports.Web.Controls.ToolButton() button.ClickNavigateTo = "http://www.grapecity.com" button.ToolTip = "Test tooltip" WebViewer1.FlashViewerToolBar.Tools.Add(button)
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