ChartLegendCustomItemCell.ToolTip Propiedad
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Gets an expression that evaluates to the tool tip to display for the custom legend item.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property ToolTip As ReportStringProperty
Get
'Uso
Dim instance As ChartLegendCustomItemCell
Dim value As ReportStringProperty
value = instance.ToolTip
public ReportStringProperty ToolTip { get; }
public:
property ReportStringProperty^ ToolTip {
ReportStringProperty^ get ();
}
member ToolTip : ReportStringProperty
function get ToolTip () : ReportStringProperty
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object that represents the tool tip to display for the custom legend item.
Vea también
Referencia
ChartLegendCustomItemCell Clase
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering