ColumnType Propiedad
Esta API es compatible con la infraestructura de .NET Framework y no se diseñó para usarse directamente desde el código.
The column type.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Public Property ColumnType As ChartLegendColumnTypes
Get
Set
'Uso
Dim instance As ChartLegendColumn
Dim value As ChartLegendColumnTypes
value = instance.ColumnType
instance.ColumnType = value
public ChartLegendColumnTypes ColumnType { get; set; }
public:
property ChartLegendColumnTypes ColumnType {
ChartLegendColumnTypes get ();
void set (ChartLegendColumnTypes value);
}
member ColumnType : ChartLegendColumnTypes with get, set
function get ColumnType () : ChartLegendColumnTypes
function set ColumnType (value : ChartLegendColumnTypes)
Valor de la propiedad
Tipo: Microsoft.ReportingServices.RdlObjectModel. . :: . .ChartLegendColumnTypes
A ChartLegendColumnTypes object.