Partager via


Propriété OnTop

Gets an expression that evaluates to a value that indicates whether the cap is displayed on top of the pointer.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property OnTop As ReportBoolProperty
    Get
'Utilisation
Dim instance As PointerCap
Dim value As ReportBoolProperty

value = instance.OnTop
public ReportBoolProperty OnTop { get; }
public:
property ReportBoolProperty^ OnTop {
    ReportBoolProperty^ get ();
}
member OnTop : ReportBoolProperty
function get OnTop () : ReportBoolProperty