Partager via


Propriété 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.