Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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>)
Eigenschaftswert
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Boolean>
A ReportExpression<T> object.