Compartilhar via


Propriedade do RDL ChartAlignTypeInstance.Cursor

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property Cursor As Boolean 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

ChartAlignTypeInstance Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering