Classe TablixInstance
Represents an instance type of the Tablix class, and contains the calculated values of the properties in Tablix.
Hierarquia de herança
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
Microsoft.ReportingServices.OnDemandReportRendering.ReportElementInstance
Microsoft.ReportingServices.OnDemandReportRendering.ReportItemInstance
Microsoft.ReportingServices.OnDemandReportRendering.DataRegionInstance
Microsoft.ReportingServices.OnDemandReportRendering.TablixInstance
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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
O tipo TablixInstance expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
Bookmark | Gets the calculated value of the Bookmark property in a ReportItem class. (Herdado de ReportItemInstance.) | |
BottomMargin | Gets the evaluated width of the bottom margin. | |
DocumentMapLabel | Gets the calculated value of the DocumentMapLabel property in a ReportItem class. (Herdado 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. (Herdado de DataRegionInstance.) | |
NoRowsMessage | Gets the calculated value of the NoRowsMessage property in a DataRegion class. (Herdado de DataRegionInstance.) | |
PageName | Gets the calculated value of the PageName property in a DataRegion class. (Herdado de DataRegionInstance.) | |
RightMargin | Gets the evaluated width of the right margin. | |
Style | Gets the calculated value of the Style property in a ReportElement class. (Herdado de ReportElementInstance.) | |
ToolTip | Gets the calculated value of the ToolTip property in a ReportItem class. (Herdado de ReportItemInstance.) | |
TopMargin | Gets the evaluated width of the top margin. | |
UniqueName | Gets the unique identifier of this instance object. (Herdado de ReportItemInstance.) | |
Visibility | Gets the calculated value of the Visibility property in a DataRegion class. (Herdado de DataRegionInstance.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering