Classe TablixCornerRowCollection
Represents a collection of TablixCornerRow objects.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public NotInheritable Class TablixCornerRowCollection _
Inherits ReportElementCollectionBase(Of TablixCornerRow)
'Uso
Dim instance As TablixCornerRowCollection
public sealed class TablixCornerRowCollection : ReportElementCollectionBase<TablixCornerRow>
public ref class TablixCornerRowCollection sealed : public ReportElementCollectionBase<TablixCornerRow^>
[<SealedAttribute>]
type TablixCornerRowCollection =
class
inherit ReportElementCollectionBase<TablixCornerRow>
end
public final class TablixCornerRowCollection extends ReportElementCollectionBase<TablixCornerRow>
Hierarquia de herança
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportElementCollectionBase< (Of < ( <'TablixCornerRow> ) > ) >
Microsoft.ReportingServices.OnDemandReportRendering..::..TablixCornerRowCollection
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