Compartir a través de


ChartSmartLabel.CalloutStyle Propiedad

Gets an expression that evaluates to the style to use when drawing the callout lines.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property CalloutStyle As ReportEnumProperty(Of ChartCalloutStyle)
    Get
'Uso
Dim instance As ChartSmartLabel 
Dim value As ReportEnumProperty(Of ChartCalloutStyle)

value = instance.CalloutStyle
public ReportEnumProperty<ChartCalloutStyle> CalloutStyle { get; }
public:
property ReportEnumProperty<ChartCalloutStyle>^ CalloutStyle {
    ReportEnumProperty<ChartCalloutStyle>^ get ();
}
member CalloutStyle : ReportEnumProperty<ChartCalloutStyle>
function get CalloutStyle () : ReportEnumProperty<ChartCalloutStyle>

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartCalloutStyle>
A ReportEnumProperty<EnumType> object.

Vea también

Referencia

ChartSmartLabel Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering