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.
Indicates the values should be marked with data labels.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property ChartDataLabel As ChartDataLabel
Get
Set
'Usage
Dim instance As ChartEmptyPoints
Dim value As ChartDataLabel
value = instance.ChartDataLabel
instance.ChartDataLabel = value
public ChartDataLabel ChartDataLabel { get; set; }
public:
property ChartDataLabel^ ChartDataLabel {
ChartDataLabel^ get ();
void set (ChartDataLabel^ value);
}
member ChartDataLabel : ChartDataLabel with get, set
function get ChartDataLabel () : ChartDataLabel
function set ChartDataLabel (value : ChartDataLabel)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ChartDataLabel
A ChartDataLabel object.