Compartilhar via


Classe DataRegionInstance

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

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.DynamicImageInstance
          Microsoft.ReportingServices.OnDemandReportRendering.MapDataRegionInstance
          Microsoft.ReportingServices.OnDemandReportRendering.TablixInstance

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
<StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, PublicKey := "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")> _
Public MustInherit Class DataRegionInstance _
    Inherits ReportItemInstance
'Uso
Dim instance As DataRegionInstance
[StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, PublicKey = "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")]
public abstract class DataRegionInstance : ReportItemInstance
[StrongNameIdentityPermissionAttribute(SecurityAction::InheritanceDemand, PublicKey = L"0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")]
public ref class DataRegionInstance abstract : public ReportItemInstance
[<AbstractClassAttribute>]
[<StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, PublicKey = "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")>]
type DataRegionInstance =  
    class 
        inherit ReportItemInstance 
    end
public abstract class DataRegionInstance extends ReportItemInstance

O tipo DataRegionInstance expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Bookmark Gets the calculated value of the Bookmark property in a ReportItem class. (Herdado de ReportItemInstance.)
Propriedade pública DocumentMapLabel Gets the calculated value of the DocumentMapLabel property in a ReportItem class. (Herdado de ReportItemInstance.)
Propriedade pública NoRows Gets a Boolean value that indicates whether this DataRegionInstance contains any data rows.
Propriedade pública NoRowsMessage Gets the calculated value of the NoRowsMessage property in a DataRegion class.
Propriedade pública PageName Gets the calculated value of the PageName property in a DataRegion class.
Propriedade pública Style Gets the calculated value of the Style property in a ReportElement class. (Herdado de ReportElementInstance.)
Propriedade pública ToolTip Gets the calculated value of the ToolTip property in a ReportItem class. (Herdado de ReportItemInstance.)
Propriedade pública UniqueName Gets the unique identifier of this instance object. (Herdado de ReportItemInstance.)
Propriedade pública Visibility Gets the calculated value of the Visibility property in a DataRegion class. (Substitui ReportItemInstance.Visibility.)

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método protegido ResetInstanceCache Infraestrutura. Resets the cache of the ReportItemInstance. (Herdado de ReportItemInstance.)
Método público ToString (Herdado de Object.)

Início

Campos

  Nome Descrição
Campo protegido m_reportElementDef Infraestrutura. Specifies the report element definition that defines this instance. (Herdado de ReportElementInstance.)
Campo protegido m_style Infraestrutura. Specifies the style properties of this report element object. (Herdado de ReportElementInstance.)
Campo protegido m_uniqueName Infraestrutura. Specifies the unique identifier of this instance object. (Herdado de ReportItemInstance.)
Campo protegido m_visibility Infraestrutura. Specifies the visibility of the report item. (Herdado de ReportItemInstance.)

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