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 | |
---|---|---|
Bookmark | Gets the calculated value of the Bookmark property in a ReportItem class. (Se hereda de ReportItemInstance.) | |
BottomMargin | Gets the evaluated width of the bottom margin. | |
DocumentMapLabel | Gets the calculated value of the DocumentMapLabel property in a ReportItem class. (Se hereda de ReportItemInstance.) | |
LeftMargin | Gets the evaluated width of the left margin. | |
NoRows | Gets a Boolean value that indicates whether this DataRegionInstance contains any data rows. (Se hereda de DataRegionInstance.) | |
NoRowsMessage | Gets the calculated value of the NoRowsMessage property in a DataRegion class. (Se hereda de DataRegionInstance.) | |
PageName | Gets the calculated value of the PageName property in a DataRegion class. (Se hereda de DataRegionInstance.) | |
RightMargin | Gets the evaluated width of the right margin. | |
Style | Gets the calculated value of the Style property in a ReportElement class. (Se hereda de ReportElementInstance.) | |
ToolTip | Gets the calculated value of the ToolTip property in a ReportItem class. (Se hereda de ReportItemInstance.) | |
TopMargin | Gets the evaluated width of the top margin. | |
UniqueName | Gets the unique identifier of this instance object. (Se hereda de ReportItemInstance.) | |
Visibility | Gets the calculated value of the Visibility property in a DataRegion class. (Se hereda de DataRegionInstance.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
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