Propriété ShadowOffset
Gets an expression that evaluates to the size 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 MustOverride ReadOnly Property ShadowOffset As ReportSizeProperty
Get
'Utilisation
Dim instance As StyleBase
Dim value As ReportSizeProperty
value = instance.ShadowOffset
public abstract ReportSizeProperty ShadowOffset { get; }
public:
virtual property ReportSizeProperty^ ShadowOffset {
ReportSizeProperty^ get () abstract;
}
abstract ShadowOffset : ReportSizeProperty
abstract function get ShadowOffset () : ReportSizeProperty
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportSizeProperty
A ReportSizeProperty object.
Voir aussi