Gets tooltip for the control which is responsible for export to TIFF.

Namespace:  PerpetuumSoft.ReportingServices.Viewer.Client.Localization
Assembly:  PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0

Syntax

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

See Also