Propriété ToolTip
A textual label for the report item. Used for such things as rendering TITLE and ALT attributes in HTML reports
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property ToolTip As ReportExpression
Get
Set
'Utilisation
Dim instance As ReportItem
Dim value As ReportExpression
value = instance.ToolTip
instance.ToolTip = value
public ReportExpression ToolTip { get; set; }
public:
property ReportExpression ToolTip {
ReportExpression get ();
void set (ReportExpression value);
}
member ToolTip : ReportExpression with get, set
function get ToolTip () : ReportExpression
function set ToolTip (value : ReportExpression)
Valeur de propriété
Type : Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression
A ReportExpression object.