CalloutBackColor Propiedad
Gets the calculated value of the CalloutBackColor property in a ChartSmartLabel class.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property CalloutBackColor As ReportColor
Get
'Uso
Dim instance As ChartSmartLabelInstance
Dim value As ReportColor
value = instance.CalloutBackColor
public ReportColor CalloutBackColor { get; }
public:
property ReportColor^ CalloutBackColor {
ReportColor^ get ();
}
member CalloutBackColor : ReportColor
function get CalloutBackColor () : ReportColor
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportColor
A ReportColor value that represents the calculated value of the CalloutBackColor property.