Partager via


Propriété PointerCapInstance.OnTop

Gets the calculated value of the OnTop property in a PointerCap class.

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

Syntaxe

'Déclaration
Public ReadOnly Property OnTop As Boolean 
    Get
'Utilisation
Dim instance As PointerCapInstance 
Dim value As Boolean 

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

Valeur de propriété

Type : System.Boolean
A Boolean value that represents the calculated value of the OnTop property.

Voir aussi

Référence

PointerCapInstance Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering