Compartir a través de


ChartAlignTypeInstance.AxesView Propiedad

Gets the calculated value of the AxesView property in a ChartAlignType class.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property AxesView As Boolean 
    Get
'Uso
Dim instance As ChartAlignTypeInstance 
Dim value As Boolean 

value = instance.AxesView
public bool AxesView { get; }
public:
property bool AxesView {
    bool get ();
}
member AxesView : bool
function get AxesView () : boolean

Valor de la propiedad

Tipo: System.Boolean
A Boolean value that represents the calculated value of the AxesView property.

Vea también

Referencia

ChartAlignTypeInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering