Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
The cell type.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property CellType As ChartLegendItemCellTypes
Get
Set
'Usage
Dim instance As ChartLegendCustomItemCell
Dim value As ChartLegendItemCellTypes
value = instance.CellType
instance.CellType = value
public ChartLegendItemCellTypes CellType { get; set; }
public:
property ChartLegendItemCellTypes CellType {
ChartLegendItemCellTypes get ();
void set (ChartLegendItemCellTypes value);
}
member CellType : ChartLegendItemCellTypes with get, set
function get CellType () : ChartLegendItemCellTypes
function set CellType (value : ChartLegendItemCellTypes)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ChartLegendItemCellTypes
A ChartLegendItemCellTypes object.