Propriedade StartWidth
Width of the range at the start, as a percentage of the size of the scale.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property StartWidth As ReportDoubleProperty
Get
'Uso
Dim instance As ScaleRange
Dim value As ReportDoubleProperty
value = instance.StartWidth
public ReportDoubleProperty StartWidth { get; }
public:
property ReportDoubleProperty^ StartWidth {
ReportDoubleProperty^ get ();
}
member StartWidth : ReportDoubleProperty
function get StartWidth () : ReportDoubleProperty
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportDoubleProperty
A ReportDoubleProperty object.
Consulte também