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