Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Smart label properties.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property ChartSmartLabel As ChartSmartLabel
Get
Set
'Usage
Dim instance As ChartSeries
Dim value As ChartSmartLabel
value = instance.ChartSmartLabel
instance.ChartSmartLabel = value
public ChartSmartLabel ChartSmartLabel { get; set; }
public:
property ChartSmartLabel^ ChartSmartLabel {
ChartSmartLabel^ get ();
void set (ChartSmartLabel^ value);
}
member ChartSmartLabel : ChartSmartLabel with get, set
function get ChartSmartLabel () : ChartSmartLabel
function set ChartSmartLabel (value : ChartSmartLabel)
Eigenschaftswert
Typ: Microsoft.ReportingServices.RdlObjectModel.ChartSmartLabel
A ChartSmartLabel object.