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.
Gets the calculated value of the LabelBehavior property in a MapColorScale class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property LabelBehavior As MapLabelBehavior
Get
'Usage
Dim instance As MapColorScaleInstance
Dim value As MapLabelBehavior
value = instance.LabelBehavior
public MapLabelBehavior LabelBehavior { get; }
public:
property MapLabelBehavior LabelBehavior {
MapLabelBehavior get ();
}
member LabelBehavior : MapLabelBehavior
function get LabelBehavior () : MapLabelBehavior
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.MapLabelBehavior
A MapLabelBehavior value that represents the calculated value of the LabelBehavior property.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace