Compartir a través de


ScaleLabelsInstance.Placement Propiedad

Gets the calculated value of the Placement property in a ScaleLabels class.

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

Sintaxis

'Declaración
Public ReadOnly Property Placement As GaugeLabelPlacements 
    Get
'Uso
Dim instance As ScaleLabelsInstance 
Dim value As GaugeLabelPlacements 

value = instance.Placement
public GaugeLabelPlacements Placement { get; }
public:
property GaugeLabelPlacements Placement {
    GaugeLabelPlacements get ();
}
member Placement : GaugeLabelPlacements
function get Placement () : GaugeLabelPlacements

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.GaugeLabelPlacements
A GaugeLabelPlacements value that represents the calculated value of the Placement property.

Vea también

Referencia

ScaleLabelsInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering