MapSizeRule.StartSize Property
Gets the start size of the size range to be applied to map points or map lines.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property StartSize As ReportSizeProperty
Get
'Usage
Dim instance As MapSizeRule
Dim value As ReportSizeProperty
value = instance.StartSize
public ReportSizeProperty StartSize { get; }
public:
property ReportSizeProperty^ StartSize {
ReportSizeProperty^ get ();
}
member StartSize : ReportSizeProperty
function get StartSize () : ReportSizeProperty
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportSizeProperty
A ReportSizeProperty object.