Partager via


Classe 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.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Class Chart _
    Inherits DataRegion
'Utilisation
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

Le type Chart expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique Chart Creates a new instance of the Chart class.

Haut de la page

Propriétés

  Nom Description
Propriété publique ActionInfo Actions that are associated with the ReportItem (hérité de ReportItem.)
Propriété publique AllGroups Infrastructure. (remplace DataRegion. . :: . .AllGroups.)
Propriété publique AllowInHeaderFooter (hérité de DataRegion.)
Propriété publique Bookmark A bookmark that can be linked to by using a Bookmark action. (hérité de ReportItem.)
Propriété publique ChartAreas Gets the set of chart areas for the chart.
Propriété publique ChartBorderSkin Defines a border skin for the chart.
Propriété publique ChartCategoryHierarchy The hierarchy of category members for the chart.
Propriété publique ChartCustomPaletteColors Gets the list of colors in the custom palette.
Propriété publique ChartData Gets the data values for the chart.
Propriété publique ChartLegends Defines the set of legends for the chart.
Propriété publique ChartNoDataMessage Title to display if the chart contains no data.
Propriété publique ChartSeriesHierarchy The hierarchy of series members for the chart.
Propriété publique ChartTitles Defines the set of titles for the chart.
Propriété publique ComponentMetadata The component metadata. (hérité de ReportObject.)
Propriété publique ContainedReportItems Infrastructure. (hérité de ReportItem.)
Propriété publique CustomProperties Custom information to be handed to the report rendering component. (hérité de ReportItem.)
Propriété publique DataElementName The name to use for the data element/attribute for this report item. (hérité de ReportItem.)
Propriété publique DataElementOutput Indicates whether the item should appear in a data rendering. (hérité de ReportItem.)
Propriété publique DataSetName Indicates which data set to use for this data region. (hérité de DataRegion.)
Propriété publique DesignerMode Infrastructure.
Propriété publique DocumentMapLabel A label to identify an instance of a report item within the client UI, This provides a user-friendly label for searching. (hérité de ReportItem.)
Propriété publique DocumentMapLabelLocID The unique identifier for the DocumentMapLabel property. (hérité de ReportItem.)
Propriété publique DynamicHeight Gets the height to which the chart should grow or shrink.
Propriété publique DynamicWidth Gets the width to which the chart should grow or shrink.
Propriété publique Filters Filters to apply to each row of data in the data region. (hérité de DataRegion.)
Propriété publique Height Height of the item. (hérité de ReportItem.)
Propriété publique KeepTogether Indicates whether all sections of the data region are kept together on one page, if possible. (hérité de DataRegion.)
Propriété publique Left The distance of the item from the left of the containing object (hérité de ReportItem.)
Propriété publique Name The name of the report item. (hérité de ReportItem.)
Propriété publique NoRowsMessage Message to display in the data region when it contains no rows. (hérité de DataRegion.)
Propriété publique PageBreak Defines the page break behavior for the data region (hérité de DataRegion.)
Propriété publique PageName Gets or sets the page name for the data region. (hérité de DataRegion.)
Propriété publique Palette Gets the color palette for the chart items.
Propriété publique PaletteHatchBehavior Gets a value that indicates whether hatching should be automatically applied to data points in the chart.
Propriété publique Parent The parent of this report object. (hérité de ReportObjectBase.)
Propriété publique RepeatWith The name of a data region that this report item should be repeated with if that data region spans multiple pages. (hérité de ReportItem.)
Propriété publique Site Infrastructure. (hérité de ReportObject.)
Propriété publique SortExpressions The expressions by which to sort the rows of data in the data region. (hérité de DataRegion.)
Propriété publique Style Gets the style properties of this report definition object. (hérité de ReportElement.)
Propriété publique ToolTip A textual label for the report item. Used for such things as rendering TITLE and ALT attributes in HTML reports (hérité de ReportItem.)
Propriété publique ToolTipLocID The unique identifier for the ToolTip property. (hérité de ReportItem.)
Propriété publique Top The distance of the item from the top of the containing object (hérité de ReportItem.)
Propriété publique Visibility Gets the current visibility state of this report object. (hérité de ReportItem.)
Propriété publique Width Width of the item. Negative sizes allowed only for lines. (hérité de ReportItem.)
Propriété publique ZIndex Drawing order of the report item within the containing object. Items that have lower indexes should be drawn first, and appear behind items that have higher indexes. (hérité de ReportItem.)

Haut de la page

Méthodes

  Nom Description
Méthode publique DeepClone Returns a deep clone of this ReportObject instance. (hérité de ReportObject.)
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetContainingDataScopes Infrastructure. (hérité de ReportObject.)
Méthode protégée GetDataScopesForDefaultImpl Infrastructure. (hérité de ReportObject.)
Méthode protégée GetDependenciesCore Infrastructure. (hérité de DataRegion.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode publique Initialize Initializes an instance of the Chart class. (remplace DataRegion. . :: . .Initialize() () () ().)
Méthode protégée InitializeForDesigner Infrastructure. (hérité de ReportItem.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode protégée OnChildPropertyChanged Infrastructure. (hérité de ReportObject.)
Méthode protégée OnPropertyChanged Infrastructure. (hérité de ReportObject.)
Méthode protégée RdlSemanticEqualsCore Infrastructure. (hérité de ReportObject.)
Méthode protégée SavePropertyValue< (Of < <' (T> ) > > ) Infrastructure. (hérité de ReportObject.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Implémentations d'interfaces explicites

  Nom Description
Implémentation d'interface expliciteMéthode privée IDisposable. . :: . .Dispose (hérité de ReportObject.)
Implémentation d'interface expliciteÉvénement privé IComponent. . :: . .Disposed (hérité de ReportObject.)
Implémentation d'interface explicitePropriété privée IDataScope. . :: . .Group (hérité de DataRegion.)
Implémentation d'interface expliciteMéthode privée IDataScopeService. . :: . .GetDataScopesFor (hérité de DataRegion.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.