Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the calculated value of the CalloutLineStyle property in a ChartSmartLabel class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property CalloutLineStyle As ChartCalloutLineStyle
Get
'Usage
Dim instance As ChartSmartLabelInstance
Dim value As ChartCalloutLineStyle
value = instance.CalloutLineStyle
public ChartCalloutLineStyle CalloutLineStyle { get; }
public:
property ChartCalloutLineStyle CalloutLineStyle {
ChartCalloutLineStyle get ();
}
member CalloutLineStyle : ChartCalloutLineStyle
function get CalloutLineStyle () : ChartCalloutLineStyle
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ChartCalloutLineStyle
A ChartCalloutLineStyle value that represents the calculated value of the CalloutLineStyle property.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace