Compartir a través de


Clase PinLabelInstance

Represents an instance type of the PinLabel class and contains the calculated values of the properties in PinLabel.

Jerarquía de herencia

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
    Microsoft.ReportingServices.OnDemandReportRendering.PinLabelInstance

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

Sintaxis

'Declaración
Public NotInheritable Class PinLabelInstance _
    Inherits BaseInstance
'Uso
Dim instance As PinLabelInstance
public sealed class PinLabelInstance : BaseInstance
public ref class PinLabelInstance sealed : public BaseInstance
[<SealedAttribute>]
type PinLabelInstance =  
    class 
        inherit BaseInstance 
    end
public final class PinLabelInstance extends BaseInstance

El tipo PinLabelInstance expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública AllowUpsideDown Gets the calculated value of the AllowUpsideDown property in a PinLabel class.
Propiedad pública DistanceFromScale Gets the calculated value of the DistanceFromScale property in a PinLabel class.
Propiedad pública FontAngle Gets the calculated value of the FontAngle property in a PinLabel class.
Propiedad pública Placement Gets the calculated value of the Placement property in a PinLabel class.
Propiedad pública RotateLabel Gets the calculated value of the RotateLabel property in a PinLabel class.
Propiedad pública Style Gets the calculated value of the Style property in a PinLabel class.
Propiedad pública Text Gets the calculated value of the Text property in a PinLabel class.
Propiedad pública UseFontPercent Gets the calculated value of the UseFontPercent property in a PinLabel class.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering