Classe CustomLabelCollection
Represents a collection of CustomLabel objects.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class CustomLabelCollection _
Inherits GaugePanelObjectCollectionBase(Of CustomLabel)
'Utilizzo
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>
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .GaugePanelObjectCollectionBase< (Of < ( <'CustomLabel> ) > ) >
Microsoft.ReportingServices.OnDemandReportRendering..::..CustomLabelCollection
Thread Safety
Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.
Vedere anche