Compartir a través de


StyleBase.ShadowOffset Propiedad

Gets an expression that evaluates to the size 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 ShadowOffset As ReportSizeProperty 
    Get
'Uso
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

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportSizeProperty
A ReportSizeProperty object that represents the size of the shadow for the item.

Vea también

Referencia

StyleBase Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering