ShadowOffset Propiedad
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 Overrides ReadOnly Property ShadowOffset As ReportSizeProperty
Get
'Uso
Dim instance As Style
Dim value As ReportSizeProperty
value = instance.ShadowOffset
public override ReportSizeProperty ShadowOffset { get; }
public:
virtual property ReportSizeProperty^ ShadowOffset {
ReportSizeProperty^ get () override;
}
abstract ShadowOffset : ReportSizeProperty
override ShadowOffset : ReportSizeProperty
override function get ShadowOffset () : ReportSizeProperty
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportSizeProperty
A ReportSizeProperty object.
Vea también