Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the maximum total number of map points in all spatial elements allowed in a map.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property MaximumTotalPointCount As Integer
Get
'Usage
Dim instance As Map
Dim value As Integer
value = instance.MaximumTotalPointCount
public int MaximumTotalPointCount { get; }
public:
property int MaximumTotalPointCount {
int get ();
}
member MaximumTotalPointCount : int
function get MaximumTotalPointCount () : int
Property Value
Type: System.Int32
An integer value.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace