Condividi tramite


Proprietà ShadowColor

Color of the shadow for the item.

Spazio dei nomi:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public Overrides ReadOnly Property ShadowColor As ReportColorProperty
    Get
'Utilizzo
Dim instance As Style
Dim value As ReportColorProperty

value = instance.ShadowColor
public override ReportColorProperty ShadowColor { get; }
public:
virtual property ReportColorProperty^ ShadowColor {
    ReportColorProperty^ get () override;
}
abstract ShadowColor : ReportColorProperty
override ShadowColor : ReportColorProperty
override function get ShadowColor () : ReportColorProperty