Compartir a través de


Clase Chart

Represents a set of chart areas to be drawn as a single data visualization data region. The chart is defined much like a tablix, but instead of columns, rows, and cells, the chart has categories, series, and data points.

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

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Class Chart _
    Inherits DataRegion
'Uso
Dim instance As Chart
public class Chart : DataRegion
public ref class Chart : public DataRegion
type Chart =  
    class 
        inherit DataRegion 
    end
public class Chart extends DataRegion

El tipo Chart expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público Chart Creates a new instance of the Chart class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública ActionInfo Gets or sets the actions that are associated with the ReportItem. (Se hereda de ReportItem.)
Propiedad pública AllGroups Infraestructura. Gets or sets all groups that this chart belongs to. (Invalida DataRegion.AllGroups.)
Propiedad pública AllowInHeaderFooter When overridden in a derived class, gets a value that indicates whether the data region is allowed in header or footer. (Se hereda de DataRegion.)
Propiedad pública Bookmark Gets or sets a bookmark that can be linked to by using a Bookmark action. (Se hereda de ReportItem.)
Propiedad pública ChartAreas Gets or sets the set of chart areas for the chart.
Propiedad pública ChartBorderSkin Gets or sets a border skin for the chart.
Propiedad pública ChartCategoryHierarchy Gets or sets the hierarchy of category members for the chart.
Propiedad pública ChartCustomPaletteColors Gets or sets the list of colors in the custom palette.
Propiedad pública ChartData Gets or sets the data values for the chart.
Propiedad pública ChartLegends Gets or sets the set of legends for the chart.
Propiedad pública ChartNoDataMessage Gets or sets the title to display if the chart contains no data.
Propiedad pública ChartSeriesHierarchy Gets or sets the hierarchy of series members for the chart.
Propiedad pública ChartTitles Gets or sets the set of titles for the chart.
Propiedad pública ComponentMetadata Gets or sets the component metadata. (Se hereda de ReportObject.)
Propiedad pública ContainedReportItems Infraestructura. Gets or sets the sub-items contained in this report item. (Se hereda de ReportItem.)
Propiedad pública CustomProperties Gets or sets the custom information to be handed to the report rendering component. (Se hereda de ReportItem.)
Propiedad pública DataElementName Gets or sets the name to use for the data element/attribute for this report item. (Se hereda de ReportItem.)
Propiedad pública DataElementOutput Gets or sets a value that indicates whether the item should appear in a data rendering. (Se hereda de ReportItem.)
Propiedad pública DataSetName Gets or sets a value that indicates which dataset to use for this data region. (Se hereda de DataRegion.)
Propiedad pública DesignerMode Infraestructura. Gets or sets the designer mode for the chart.
Propiedad pública 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.)
Propiedad pública DocumentMapLabelLocID Gets or sets the unique identifier for the DocumentMapLabel property. (Se hereda de ReportItem.)
Propiedad pública DynamicHeight Gets or sets the height to which the chart should grow or shrink.
Propiedad pública DynamicWidth Gets or sets the width to which the chart should grow or shrink.
Propiedad pública Filters Gets or sets the filters to apply to each row of data in the data region. (Se hereda de DataRegion.)
Propiedad pública Height Gets or sets the height of the item. (Se hereda de ReportItem.)
Propiedad pública KeepTogether Gets or sets a value that indicates whether all sections of the data region are kept together on one page, if possible. (Se hereda de DataRegion.)
Propiedad pública Left Gets or sets the distance of the item from the left of the containing object. (Se hereda de ReportItem.)
Propiedad pública Name Gets or sets the name of the report item. (Se hereda de ReportItem.)
Propiedad pública NoRowsMessage Gets or sets the message to display in the data region when it contains no rows. (Se hereda de DataRegion.)
Propiedad pública PageBreak Gets or sets the page break behavior for the data region (Se hereda de DataRegion.)
Propiedad pública PageName Gets or sets the page name for the data region. (Se hereda de DataRegion.)
Propiedad pública Palette Gets or sets the color palette for the chart items.
Propiedad pública PaletteHatchBehavior Gets or sets a value that indicates whether hatching should be automatically applied to data points in the chart.
Propiedad pública Parent The parent of this report object. (Se hereda de ReportObjectBase.)
Propiedad pública 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.)
Propiedad pública Site Infraestructura. Gets or sets the site associated with the ReportObject object. (Se hereda de ReportObject.)
Propiedad pública SortExpressions Gets or sets the expressions by which to sort the rows of data in the data region. (Se hereda de DataRegion.)
Propiedad pública Style Gets the style properties of this report definition object. (Se hereda de ReportElement.)
Propiedad pública 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.)
Propiedad pública ToolTipLocID Gets or sets the unique identifier for the ToolTip property. (Se hereda de ReportItem.)
Propiedad pública Top Gets or sets the distance of the item from the top of the containing object. (Se hereda de ReportItem.)
Propiedad pública Visibility Gets or sets the current visibility state of this report object. (Se hereda de ReportItem.)
Propiedad pública Width Gets or sets the width of the item. Negative sizes allowed only for lines. (Se hereda de ReportItem.)
Propiedad pública 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
Método público DeepClone Returns a deep clone of this ReportObject instance. (Se hereda de ReportObject.)
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetContainingDataScopes Infraestructura. Returns the list of report object that contains data scopes. (Se hereda de ReportObject.)
Método protegido GetDataScopesForDefaultImpl Infraestructura. Returns the data scopes for default implementation. (Se hereda de ReportObject.)
Método protegido GetDependenciesCore Infraestructura. Returns the list of dependency objects embedded in the data region. (Se hereda de DataRegion.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público Initialize Initializes an instance of the Chart class. (Invalida DataRegion.Initialize().)
Método protegido InitializeForDesigner Infraestructura. Initializes the properties of an instance of the ReportItem class for the designer. (Se hereda de ReportItem.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método protegido OnChildPropertyChanged Infraestructura. Raises an event when the property of the child was changed. (Se hereda de ReportObject.)
Método protegido OnPropertyChanged Infraestructura. Raises an event when the property was changed. (Se hereda de ReportObject.)
Método protegido RdlSemanticEqualsCore Infraestructura. Returns whether the report definition language semantic is the same with the core object. (Se hereda de ReportObject.)
Método protegido SavePropertyValue<T> Infraestructura. Saves the property value of the report object. (Se hereda de ReportObject.)
Método público ToString (Se hereda de Object.)

Arriba

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasMétodo privado IDisposable.Dispose Infraestructura. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Se hereda de ReportObject.)
Implementación de interfaces explícitasEvento privado IComponent.Disposed Infraestructura. Occurs when the ReportObject object is disposed. (Se hereda de ReportObject.)
Implementación de interfaces explícitasPropiedad privada IDataScope.Group Infraestructura. Gets the group of the data for the data region. (Se hereda de DataRegion.)
Implementación de interfaces explícitasMétodo privado IDataScopeService.GetDataScopesFor Infraestructura. Gets the data scopes for the data region. (Se hereda de DataRegion.)

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