Classe ChartLegendCustomItem
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Represents a custom legend item in a chart.
Gerarchia di ereditarietà
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.ChartObjectCollectionItem<ChartLegendCustomItemInstance>
Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendCustomItem
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class ChartLegendCustomItem _
Inherits ChartObjectCollectionItem(Of ChartLegendCustomItemInstance) _
Implements IROMStyleDefinitionContainer
'Utilizzo
Dim instance As ChartLegendCustomItem
public sealed class ChartLegendCustomItem : ChartObjectCollectionItem<ChartLegendCustomItemInstance>,
IROMStyleDefinitionContainer
public ref class ChartLegendCustomItem sealed : public ChartObjectCollectionItem<ChartLegendCustomItemInstance^>,
IROMStyleDefinitionContainer
[<SealedAttribute>]
type ChartLegendCustomItem =
class
inherit ChartObjectCollectionItem<ChartLegendCustomItemInstance>
interface IROMStyleDefinitionContainer
end
public final class ChartLegendCustomItem extends ChartObjectCollectionItem<ChartLegendCustomItemInstance> implements IROMStyleDefinitionContainer
Nel tipo ChartLegendCustomItem sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
ActionInfo | Gets the actions and the action style associated with the custom legend item. |
![]() |
FieldsUsedInValueExpression | Gets a list of strings that corresponds to the fields used in value expression. |
![]() |
Instance | Gets the report instance object that contains the calculated values of this report definition object. |
![]() |
LegendCustomItemCells | Gets the legend cells in the custom legend item. |
![]() |
Marker | Gets a report definition object that defines the appearance of the item marker. |
![]() |
Separator | Gets the type of the item separator. |
![]() |
SeparatorColor | Gets the color of the item separator. |
![]() |
Style | Gets the style of the item separator. |
![]() |
ToolTip | Gets an expression that evaluates to the tool tip to display for the custom legend item. |
![]() |
UniqueName | Gets the unique identifier for this report definition object. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Equals | Ereditato da Object. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
ToString | Ereditato da Object. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering