Condividi tramite


Proprietà ChartAlignTypeInstance.Cursor

Gets the calculated value of the Cursor property in a ChartAlignType class.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Cursor As Boolean 
    Get
'Utilizzo
Dim instance As ChartAlignTypeInstance 
Dim value As Boolean 

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

Valore proprietà

Tipo: System.Boolean
A Boolean value that represents the calculated value of the Cursor property.

Vedere anche

Riferimento

ChartAlignTypeInstance Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering