Gets the tooltip for the control which is responsible for zooming in the report.

Namespace:  PerpetuumSoft.Reporting.Silverlight.Client.Localization
Assembly:  PerpetuumSoft.Reporting.Silverlight.Client (in PerpetuumSoft.Reporting.Silverlight.Client.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
public string TooltipZoomIn { get; }
Visual Basic (Declaration)
Public ReadOnly Property TooltipZoomIn As String
Visual C++
public:
property String^ TooltipZoomIn {
	String^ get ();
}

See Also