Propriété Cursor
Indicates the chart areas should align on cursors.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property Cursor As ReportExpression(Of Boolean)
Get
Set
'Utilisation
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>)
Valeur de propriété
Type : Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'Boolean> ) > ) >
A ReportExpression<(Of <(<'T>)>)> object.
Voir aussi