Compartir a través de


CategoryAxisName 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 category 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 CategoryAxisName As ReportExpression
    Get
    Set
'Uso
Dim instance As ChartAnnotation
Dim value As ReportExpression

value = instance.CategoryAxisName

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