Compartir a través de


ValueAxisName Propiedad

Esta API es compatible con la infraestructura de .NET Framework y no se diseñó para usarse directamente desde el código.

The name of the value axis to use for placing the annotation.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Property ValueAxisName As ReportExpression
    Get
    Set
'Uso
Dim instance As ChartAnnotation
Dim value As ReportExpression

value = instance.ValueAxisName

instance.ValueAxisName = value
public ReportExpression ValueAxisName { get; set; }
public:
property ReportExpression ValueAxisName {
    ReportExpression get ();
    void set (ReportExpression value);
}
member ValueAxisName : ReportExpression with get, set
function get ValueAxisName () : ReportExpression
function set ValueAxisName (value : ReportExpression)