MapSizeRule.EndSize 属性

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

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property EndSize As ReportSizeProperty 
    Get
用法
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

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.ReportSizeProperty
A ReportSizeProperty object.

请参阅

参考

MapSizeRule 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间