Y propriété
The Y coordinate of the path point.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (dans Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property Y As ReportExpression(Of ReportSize)
Get
Set
'Utilisation
Dim instance As ChartPathPoint
Dim value As ReportExpression(Of ReportSize)
value = instance.Y
instance.Y = value
public ReportExpression<ReportSize> Y { get; set; }
public:
property ReportExpression<ReportSize> Y {
ReportExpression<ReportSize> get ();
void set (ReportExpression<ReportSize> value);
}
member Y : ReportExpression<ReportSize> with get, set
function get Y () : ReportExpression<ReportSize>
function set Y (value : ReportExpression<ReportSize>)
Valeur de la propriété
Type : Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'ReportSize> ) > ) >
A ReportExpression<(Of <(<'T>)>)> object.