Proprietà CalloutStyle
Style to use when drawing the callout lines.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property CalloutStyle As ReportEnumProperty(Of ChartCalloutStyle)
Get
'Utilizzo
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>
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportEnumProperty< (Of < ( <'ChartCalloutStyle> ) > ) >
A ReportEnumProperty<(Of <(<'EnumType>)>)> object.