หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Gets the maximum number of spatial elements allowed in the map.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property MaximumSpatialElementCount As Integer
Get
'Usage
Dim instance As Map
Dim value As Integer
value = instance.MaximumSpatialElementCount
public int MaximumSpatialElementCount { get; }
public:
property int MaximumSpatialElementCount {
int get ();
}
member MaximumSpatialElementCount : int
function get MaximumSpatialElementCount () : int
Property Value
Type: System.Int32
An integer value.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace