Propriedade do RDL AxisLabel
Label to use on the axis for empty data points.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Property AxisLabel As ReportExpression
Get
Set
'Uso
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)
Valor da propriedade
Tipo: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression
A ReportExpression object.
Consulte também