Sdílet prostřednictvím


ChartAlignType.Cursor Property

Indicates the chart areas should align on cursors.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property Cursor As ReportExpression(Of Boolean)
    Get 
    Set
'Usage
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>)

Property Value

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

See Also

Reference

ChartAlignType Class

Microsoft.ReportingServices.RdlObjectModel Namespace