MapPointTemplate.Size Property
Gets the point size.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Size As ReportSizeProperty
Get
'Usage
Dim instance As MapPointTemplate
Dim value As ReportSizeProperty
value = instance.Size
public ReportSizeProperty Size { get; }
public:
property ReportSizeProperty^ Size {
ReportSizeProperty^ get ();
}
member Size : ReportSizeProperty
function get Size () : ReportSizeProperty
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportSizeProperty
A ReportSizeProperty object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace