Propriedade do RDL ChartSmartLabel.CalloutLineStyle
Gets an expression that evaluates to the style of the callout line.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property CalloutLineStyle As ReportEnumProperty(Of ChartCalloutLineStyle)
Get
'Uso
Dim instance As ChartSmartLabel
Dim value As ReportEnumProperty(Of ChartCalloutLineStyle)
value = instance.CalloutLineStyle
public ReportEnumProperty<ChartCalloutLineStyle> CalloutLineStyle { get; }
public:
property ReportEnumProperty<ChartCalloutLineStyle>^ CalloutLineStyle {
ReportEnumProperty<ChartCalloutLineStyle>^ get ();
}
member CalloutLineStyle : ReportEnumProperty<ChartCalloutLineStyle>
function get CalloutLineStyle () : ReportEnumProperty<ChartCalloutLineStyle>
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartCalloutLineStyle>
A ReportEnumProperty<EnumType> object.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering