Partager via


Propriété EndSize

Gets the end size of the size range to be applied to map points or map lines.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property EndSize As ReportSizeProperty
    Get
'Utilisation
Dim instance As MapSizeRule
Dim value As ReportSizeProperty

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