Propriedade Value
Position on the scale where the label will be placed.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property Value As ReportDoubleProperty
Get
'Uso
Dim instance As CustomLabel
Dim value As ReportDoubleProperty
value = instance.Value
public ReportDoubleProperty Value { get; }
public:
property ReportDoubleProperty^ Value {
ReportDoubleProperty^ get ();
}
member Value : ReportDoubleProperty
function get Value () : ReportDoubleProperty
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportDoubleProperty
A ReportDoubleProperty object.
Consulte também