Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.