Partager via


ValueAxisName propriété

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

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

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (dans Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property ValueAxisName As ReportExpression
    Get
    Set
'Utilisation
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)