ShadowColor Propiedad
Color of the shadow for the item.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public MustOverride ReadOnly Property ShadowColor As ReportColorProperty
Get
'Uso
Dim instance As StyleBase
Dim value As ReportColorProperty
value = instance.ShadowColor
public abstract ReportColorProperty ShadowColor { get; }
public:
virtual property ReportColorProperty^ ShadowColor {
ReportColorProperty^ get () abstract;
}
abstract ShadowColor : ReportColorProperty
abstract function get ShadowColor () : ReportColorProperty
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportColorProperty
A ReportColorProperty object.