Propriedade do RDL CellType
Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.
The cell type.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: Microsoft.ReportingServices.RdlObjectModel. . :: . .ChartLegendItemCellTypes
A ChartLegendItemCellTypes object.
Consulte também