Partilhar via


Propriedade do RDL MapInstance.ShadowIntensity

Gets the calculated value of the ShadowIntensity property in a Map class.

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

Sintaxe

'Declaração
Public ReadOnly Property ShadowIntensity As Double 
    Get
'Uso
Dim instance As MapInstance 
Dim value As Double 

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

Valor da propriedade

Tipo: System.Double
A double value that represents the calculated value of the ShadowIntensity property.

Consulte também

Referência

MapInstance Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering