ChartLegendCustomItem.LegendCustomItemCells-Eigenschaft
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Gets the legend cells in the custom legend item.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property LegendCustomItemCells As ChartLegendCustomItemCellCollection
Get
'Usage
Dim instance As ChartLegendCustomItem
Dim value As ChartLegendCustomItemCellCollection
value = instance.LegendCustomItemCells
public ChartLegendCustomItemCellCollection LegendCustomItemCells { get; }
public:
property ChartLegendCustomItemCellCollection^ LegendCustomItemCells {
ChartLegendCustomItemCellCollection^ get ();
}
member LegendCustomItemCells : ChartLegendCustomItemCellCollection
function get LegendCustomItemCells () : ChartLegendCustomItemCellCollection
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendCustomItemCellCollection
Returns ChartLegendCustomItemCellCollection object that represents the legend cells in the custom legend item.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace