Compartir a través de


Clase TablixInstance

Represents an instance type of the Tablix class, and contains the calculated values of the properties in Tablix.

Jerarquía de herencia

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
    Microsoft.ReportingServices.OnDemandReportRendering.ReportElementInstance
      Microsoft.ReportingServices.OnDemandReportRendering.ReportItemInstance
        Microsoft.ReportingServices.OnDemandReportRendering.DataRegionInstance
          Microsoft.ReportingServices.OnDemandReportRendering.TablixInstance

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

Sintaxis

'Declaración
Public NotInheritable Class TablixInstance _
    Inherits DataRegionInstance
'Uso
Dim instance As TablixInstance
public sealed class TablixInstance : DataRegionInstance
public ref class TablixInstance sealed : public DataRegionInstance
[<SealedAttribute>]
type TablixInstance =  
    class 
        inherit DataRegionInstance 
    end
public final class TablixInstance extends DataRegionInstance

El tipo TablixInstance expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Bookmark Gets the calculated value of the Bookmark property in a ReportItem class. (Se hereda de ReportItemInstance.)
Propiedad pública BottomMargin Gets the evaluated width of the bottom margin.
Propiedad pública DocumentMapLabel Gets the calculated value of the DocumentMapLabel property in a ReportItem class. (Se hereda de ReportItemInstance.)
Propiedad pública LeftMargin Gets the evaluated width of the left margin.
Propiedad pública NoRows Gets a Boolean value that indicates whether this DataRegionInstance contains any data rows. (Se hereda de DataRegionInstance.)
Propiedad pública NoRowsMessage Gets the calculated value of the NoRowsMessage property in a DataRegion class. (Se hereda de DataRegionInstance.)
Propiedad pública PageName Gets the calculated value of the PageName property in a DataRegion class. (Se hereda de DataRegionInstance.)
Propiedad pública RightMargin Gets the evaluated width of the right margin.
Propiedad pública Style Gets the calculated value of the Style property in a ReportElement class. (Se hereda de ReportElementInstance.)
Propiedad pública ToolTip Gets the calculated value of the ToolTip property in a ReportItem class. (Se hereda de ReportItemInstance.)
Propiedad pública TopMargin Gets the evaluated width of the top margin.
Propiedad pública UniqueName Gets the unique identifier of this instance object. (Se hereda de ReportItemInstance.)
Propiedad pública Visibility Gets the calculated value of the Visibility property in a DataRegion class. (Se hereda de DataRegionInstance.)

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering