Compartir a través de


CustomLabelCollection Clase

Represents a collection of CustomLabel objects.

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

Sintaxis

'Declaración
Public NotInheritable Class CustomLabelCollection _
    Inherits GaugePanelObjectCollectionBase(Of CustomLabel)
'Uso
Dim instance As CustomLabelCollection
public sealed class CustomLabelCollection : GaugePanelObjectCollectionBase<CustomLabel>
public ref class CustomLabelCollection sealed : public GaugePanelObjectCollectionBase<CustomLabel^>
[<SealedAttribute>]
type CustomLabelCollection =  
    class
        inherit GaugePanelObjectCollectionBase<CustomLabel>
    end
public final class CustomLabelCollection extends GaugePanelObjectCollectionBase<CustomLabel>

Jerarquía de herencia

System. . :: . .Object
  Microsoft.ReportingServices.OnDemandReportRendering. . :: . .GaugePanelObjectCollectionBase< (Of < ( <'CustomLabel> ) > ) >
    Microsoft.ReportingServices.OnDemandReportRendering..::..CustomLabelCollection

Seguridad para subprocesos

Todos los miembros públicos static (Shared en Visual Basic) de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.