Propriété ShadowColor
Gets an expression that evaluates to the color of the shadow for the item.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public Overrides ReadOnly Property ShadowColor As ReportColorProperty
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportColorProperty
A ReportColorProperty object.
Voir aussi