Partager via


OnTop propriété

Indicates the cap is displayed on top of the pointer.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (dans 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