CellType Propiedad
Esta API es compatible con la infraestructura de .NET Framework y no se diseñó para usarse directamente desde el código.
The cell type.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Public Property CellType As ChartLegendItemCellTypes
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: Microsoft.ReportingServices.RdlObjectModel. . :: . .ChartLegendItemCellTypes
A ChartLegendItemCellTypes object.