Classe CustomLabelCollection
Represents a collection of CustomLabel objects.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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>
Hierarquia de herança
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .GaugePanelObjectCollectionBase< (Of < ( <'CustomLabel> ) > ) >
Microsoft.ReportingServices.OnDemandReportRendering..::..CustomLabelCollection
Segurança de thread
Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.
Consulte também