ReportItem.ToolTip Property

Gets or sets the ToolTip text associated with the report item.

Espacio de nombres: Microsoft.ReportingServices.ReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)

Sintaxis

'Declaración
Public Property ToolTip As String
public string ToolTip { get; set; }
public:
property String^ ToolTip {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_ToolTip ()

/** @property */
public void set_ToolTip (String value)
public function get ToolTip () : String

public function set ToolTip (value : String)

Valor de propiedad

A String value containing the text of the ToolTip.

Notas

Nuevo:5 de diciembre de 2005

Seguridad para subprocesos

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

ReportItem Class
ReportItem Members
Microsoft.ReportingServices.ReportRendering Namespace