Proprietà ShadowOffset
Size 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 ShadowOffset As ReportSizeProperty
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportSizeProperty
A ReportSizeProperty object.
Vedere anche