Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Label to use on the axis for empty data points.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property AxisLabel As ReportExpression
Get
Set
'Usage
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)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression object.