Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Represents the base class for a data region, such as Tablix.
Jerarquía de herencia
System.Object
Microsoft.ReportingServices.RdlObjectModel.ReportObjectBase
Microsoft.ReportingServices.RdlObjectModel.ReportObject
Microsoft.ReportingServices.RdlObjectModel.ReportElement
Microsoft.ReportingServices.RdlObjectModel.ReportItem
Microsoft.ReportingServices.RdlObjectModel.DataRegion
Microsoft.ReportingServices.RdlObjectModel.Chart
Microsoft.ReportingServices.RdlObjectModel.GaugePanel
Microsoft.ReportingServices.RdlObjectModel.Tablix
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Public MustInherit Class DataRegion _
Inherits ReportItem _
Implements IDataScopeService, IDataScope, IContainedObject
'Uso
Dim instance As DataRegion
public abstract class DataRegion : ReportItem,
IDataScopeService, IDataScope, IContainedObject
public ref class DataRegion abstract : public ReportItem,
IDataScopeService, IDataScope, IContainedObject
[<AbstractClassAttribute>]
type DataRegion =
class
inherit ReportItem
interface IDataScopeService
interface IDataScope
interface IContainedObject
end
public abstract class DataRegion extends ReportItem implements IDataScopeService, IDataScope, IContainedObject
El tipo DataRegion expone los siguientes miembros.
Constructores
| Nombre | Descripción | |
|---|---|---|
![]() |
DataRegion | Creates a new instance of the DataRegion class. |
Arriba
Propiedades
| Nombre | Descripción | |
|---|---|---|
![]() |
ActionInfo | Gets or sets the actions that are associated with the ReportItem. (Se hereda de ReportItem.) |
![]() |
AllGroups | Infraestructura. Gets or sets all groups of the data region. |
![]() |
AllowInHeaderFooter | When overridden in a derived class, gets a value that indicates whether the data region is allowed in header or footer. (Invalida ReportItem.AllowInHeaderFooter.) |
![]() |
Bookmark | Gets or sets a bookmark that can be linked to by using a Bookmark action. (Se hereda de ReportItem.) |
![]() |
ComponentMetadata | Gets or sets the component metadata. (Se hereda de ReportObject.) |
![]() |
ContainedReportItems | Infraestructura. Gets or sets the sub-items contained in this report item. (Se hereda de ReportItem.) |
![]() |
CustomProperties | Gets or sets the custom information to be handed to the report rendering component. (Se hereda de ReportItem.) |
![]() |
DataElementName | Gets or sets the name to use for the data element/attribute for this report item. (Se hereda de ReportItem.) |
![]() |
DataElementOutput | Gets or sets a value that indicates whether the item should appear in a data rendering. (Se hereda de ReportItem.) |
![]() |
DataSetName | Gets or sets a value that indicates which dataset to use for this data region. |
![]() |
DocumentMapLabel | Gets or sets a label to identify an instance of a report item within the client UI, This provides a user-friendly label for searching. (Se hereda de ReportItem.) |
![]() |
DocumentMapLabelLocID | Gets or sets the unique identifier for the DocumentMapLabel property. (Se hereda de ReportItem.) |
![]() |
Filters | Gets or sets the filters to apply to each row of data in the data region. |
![]() |
Height | Gets or sets the height of the item. (Se hereda de ReportItem.) |
![]() |
KeepTogether | Gets or sets a value that indicates whether all sections of the data region are kept together on one page, if possible. |
![]() |
Left | Gets or sets the distance of the item from the left of the containing object. (Se hereda de ReportItem.) |
![]() |
Name | Gets or sets the name of the report item. (Se hereda de ReportItem.) |
![]() |
NoRowsMessage | Gets or sets the message to display in the data region when it contains no rows. |
![]() |
PageBreak | Gets or sets the page break behavior for the data region |
![]() |
PageName | Gets or sets the page name for the data region. |
![]() |
Parent | The parent of this report object. (Se hereda de ReportObjectBase.) |
![]() |
RepeatWith | Gets or sets the name of a data region that this report item should be repeated with if that data region spans multiple pages. (Se hereda de ReportItem.) |
![]() |
Site | Infraestructura. Gets or sets the site associated with the ReportObject object. (Se hereda de ReportObject.) |
![]() |
SortExpressions | Gets or sets the expressions by which to sort the rows of data in the data region. |
![]() |
Style | Gets the style properties of this report definition object. (Se hereda de ReportElement.) |
![]() |
ToolTip | Gets or sets a textual label for the report item. Used for such things as rendering TITLE and ALT attributes in HTML reports. (Se hereda de ReportItem.) |
![]() |
ToolTipLocID | Gets or sets the unique identifier for the ToolTip property. (Se hereda de ReportItem.) |
![]() |
Top | Gets or sets the distance of the item from the top of the containing object. (Se hereda de ReportItem.) |
![]() |
Visibility | Gets or sets the current visibility state of this report object. (Se hereda de ReportItem.) |
![]() |
Width | Gets or sets the width of the item. Negative sizes allowed only for lines. (Se hereda de ReportItem.) |
![]() |
ZIndex | Gets or sets the drawing order of the report item within the containing object. (Se hereda de ReportItem.) |
Arriba
Métodos
| Nombre | Descripción | |
|---|---|---|
![]() |
DeepClone | Returns a deep clone of this ReportObject instance. (Se hereda de ReportObject.) |
![]() |
Equals | (Se hereda de Object.) |
![]() |
Finalize | (Se hereda de Object.) |
![]() |
GetContainingDataScopes | Infraestructura. Returns the list of report object that contains data scopes. (Se hereda de ReportObject.) |
![]() |
GetDataScopesForDefaultImpl | Infraestructura. Returns the data scopes for default implementation. (Se hereda de ReportObject.) |
![]() |
GetDependenciesCore | Infraestructura. Returns the list of dependency objects embedded in the data region. (Invalida ReportObject.GetDependenciesCore(IList<ReportObject>).) |
![]() |
GetHashCode | (Se hereda de Object.) |
![]() |
GetType | (Se hereda de Object.) |
![]() |
Initialize | Initializes an instance of the DataRegion class. (Invalida ReportItem.Initialize().) |
![]() |
InitializeForDesigner | Infraestructura. Initializes the properties of an instance of the ReportItem class for the designer. (Se hereda de ReportItem.) |
![]() |
MemberwiseClone | (Se hereda de Object.) |
![]() |
OnChildPropertyChanged | Infraestructura. Raises an event when the property of the child was changed. (Se hereda de ReportObject.) |
![]() |
OnPropertyChanged | Infraestructura. Raises an event when the property was changed. (Se hereda de ReportObject.) |
![]() |
RdlSemanticEqualsCore | Infraestructura. Returns whether the report definition language semantic is the same with the core object. (Se hereda de ReportObject.) |
![]() |
SavePropertyValue<T> | Infraestructura. Saves the property value of the report object. (Se hereda de ReportObject.) |
![]() |
ToString | (Se hereda de Object.) |
Arriba
Campos
| Nombre | Descripción | |
|---|---|---|
![]() ![]() |
AllowTypeInHeaderFooter | Specifies whether the data region allows type in header or footer. |
Arriba
Implementaciones de interfaces explícitas
| Nombre | Descripción | |
|---|---|---|
![]() ![]() |
IDisposable.Dispose | Infraestructura. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Se hereda de ReportObject.) |
![]() ![]() |
IComponent.Disposed | Infraestructura. Occurs when the ReportObject object is disposed. (Se hereda de ReportObject.) |
![]() ![]() |
IDataScope.Group | Infraestructura. Gets the group of the data for the data region. |
![]() ![]() |
IDataScopeService.GetDataScopesFor | Infraestructura. Gets the data scopes for the data region. |
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.RdlObjectModel
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)