Propriedade do RDL StartSize
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 (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property StartSize As ReportSizeProperty
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportSizeProperty
A ReportSizeProperty object.
Consulte também