MapSubItem.MapLocation 属性

Gets the ___location of the subitem.

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

语法

声明
Public ReadOnly Property MapLocation As MapLocation 
    Get
用法
Dim instance As MapSubItem 
Dim value As MapLocation 

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

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.MapLocation
A MapLocation object that represents the ___location of the subitem.

请参阅

参考

MapSubItem 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间