Condividi tramite


Proprietà MapSizeRule.StartSize

Gets the start size of the size range to be applied to map points or map lines.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property StartSize As ReportSizeProperty 
    Get
'Utilizzo
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

Valore proprietà

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportSizeProperty
A ReportSizeProperty object.

Vedere anche

Riferimento

MapSizeRule Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering