Udostępnij przez


Właściwość MapPolygonTemplate.ScaleFactor

Pobiera skala mapy wielokątów, do których zastosowano szablon wielokąta.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property ScaleFactor As ReportDoubleProperty
    Get
'Użycie
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