Partager via


Propriété ChartSmartLabelInstance.CalloutLineStyle

Gets the calculated value of the CalloutLineStyle property in a ChartSmartLabel class.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property CalloutLineStyle As ChartCalloutLineStyle 
    Get
'Utilisation
Dim instance As ChartSmartLabelInstance 
Dim value As ChartCalloutLineStyle 

value = instance.CalloutLineStyle
public ChartCalloutLineStyle CalloutLineStyle { get; }
public:
property ChartCalloutLineStyle CalloutLineStyle {
    ChartCalloutLineStyle get ();
}
member CalloutLineStyle : ChartCalloutLineStyle
function get CalloutLineStyle () : ChartCalloutLineStyle

Valeur de propriété

Type : Microsoft.ReportingServices.OnDemandReportRendering.ChartCalloutLineStyle
A ChartCalloutLineStyle value that represents the calculated value of the CalloutLineStyle property.

Voir aussi

Référence

ChartSmartLabelInstance Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering