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