Partilhar via


Propriedade ValueAxisName

Esta API tem suporte para a infraestrutura do .NET Framework e não deve ser usada diretamente do seu código.

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

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
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)