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.
Indicates the cap is displayed on top of the pointer.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property OnTop As ReportExpression(Of Boolean)
Get
Set
'Usage
Dim instance As PointerCap
Dim value As ReportExpression(Of Boolean)
value = instance.OnTop
instance.OnTop = value
public ReportExpression<bool> OnTop { get; set; }
public:
property ReportExpression<bool> OnTop {
ReportExpression<bool> get ();
void set (ReportExpression<bool> value);
}
member OnTop : ReportExpression<bool> with get, set
function get OnTop () : ReportExpression<boolean>
function set OnTop (value : ReportExpression<boolean>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Boolean>
A ReportExpression<T> object.