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