Propriedade CalloutStyle
Style to use when drawing the callout lines.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportEnumProperty< (Of < ( <'ChartCalloutStyle> ) > ) >
A ReportEnumProperty<(Of <(<'EnumType>)>)> object.
Consulte também