Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
The tooltip for the custom report item.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property ToolTip As ReportExpression
Get
Set
'Usage
Dim instance As ChartLegendCustomItem
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)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression object.