ChartAnnotation.X Property
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
The X coordinate of the annotation.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property X As ReportExpression(Of ReportSize)
Get
Set
'Usage
Dim instance As ChartAnnotation
Dim value As ReportExpression(Of ReportSize)
value = instance.X
instance.X = value
public ReportExpression<ReportSize> X { get; set; }
public:
property ReportExpression<ReportSize> X {
ReportExpression<ReportSize> get ();
void set (ReportExpression<ReportSize> value);
}
member X : ReportExpression<ReportSize> with get, set
function get X () : ReportExpression<ReportSize>
function set X (value : ReportExpression<ReportSize>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ReportSize>
A ReportExpression<T> object.