Compartir a través de


ChartAlignType.Cursor Propiedad

Indicates the chart areas should align on cursors.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Property Cursor As ReportExpression(Of Boolean)
    Get 
    Set
'Uso
Dim instance As ChartAlignType 
Dim value As ReportExpression(Of Boolean)

value = instance.Cursor

instance.Cursor = value
public ReportExpression<bool> Cursor { get; set; }
public:
property ReportExpression<bool> Cursor {
    ReportExpression<bool> get ();
    void set (ReportExpression<bool> value);
}
member Cursor : ReportExpression<bool> with get, set
function get Cursor () : ReportExpression<boolean>
function set Cursor (value : ReportExpression<boolean>)

Valor de la propiedad

Tipo: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Boolean>
A ReportExpression<T> object.

Vea también

Referencia

ChartAlignType Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel