Compartilhar via


Propriedade do RDL MapPolygonTemplate.ScaleFactor

Gets the scale factor for map polygons to which the polygon template is applied.

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

Sintaxe

'Declaração
Public ReadOnly Property ScaleFactor As ReportDoubleProperty 
    Get
'Uso
Dim instance As MapPolygonTemplate 
Dim value As ReportDoubleProperty 

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

Valor da propriedade

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

Consulte também

Referência

MapPolygonTemplate Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering