Propriedade do RDL StartValue
Gets the start value for a map bucket.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property StartValue As ReportVariantProperty
Get
'Uso
Dim instance As MapBucket
Dim value As ReportVariantProperty
value = instance.StartValue
public ReportVariantProperty StartValue { get; }
public:
property ReportVariantProperty^ StartValue {
ReportVariantProperty^ get ();
}
member StartValue : ReportVariantProperty
function get StartValue () : ReportVariantProperty
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportVariantProperty
A ReportVariantProperty object.
Consulte também