Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets an expression that evaluates to the style to use when drawing the callout lines.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property CalloutStyle As ReportEnumProperty(Of ChartCalloutStyle)
Get
'Usage
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>
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartCalloutStyle>
A ReportEnumProperty<EnumType> object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace