Proprietà OnTop
Gets the calculated value of the OnTop property in a PointerCap class.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property OnTop As Boolean
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .Boolean
A Boolean value that represents the calculated value of the OnTop property.