Compartilhar via


Propriedade do RDL GaugePanel.ShadowIntensity

Intensity of shadows throughout the gauge panel.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property ShadowIntensity As ReportDoubleProperty 
    Get
'Uso
Dim instance As GaugePanel 
Dim value As ReportDoubleProperty 

value = instance.ShadowIntensity
public ReportDoubleProperty ShadowIntensity { get; }
public:
property ReportDoubleProperty^ ShadowIntensity {
    ReportDoubleProperty^ get ();
}
member ShadowIntensity : ReportDoubleProperty
function get ShadowIntensity () : ReportDoubleProperty

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty
A ReportDoubleProperty object.

Consulte também

Referência

GaugePanel Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering