Y 속성
Indicates the Y value for the data point.
네임스페이스: Microsoft.ReportingServices.RdlObjectModel
어셈블리: Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)
구문
‘선언
Public Property Y As ReportExpression
Get
Set
‘사용 방법
Dim instance As ChartDataPointValues
Dim value As ReportExpression
value = instance.Y
instance.Y = value
public ReportExpression Y { get; set; }
public:
property ReportExpression Y {
ReportExpression get ();
void set (ReportExpression value);
}
member Y : ReportExpression with get, set
function get Y () : ReportExpression
function set Y (value : ReportExpression)