Proprietà TextShadowOffset
Size of the text shadow.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property TextShadowOffset As ReportSizeProperty
Get
'Utilizzo
Dim instance As GaugeLabel
Dim value As ReportSizeProperty
value = instance.TextShadowOffset
public ReportSizeProperty TextShadowOffset { get; }
public:
property ReportSizeProperty^ TextShadowOffset {
ReportSizeProperty^ get ();
}
member TextShadowOffset : ReportSizeProperty
function get TextShadowOffset () : ReportSizeProperty
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportSizeProperty
A ReportSizeProperty object.
Vedere anche