Compartir a través de


Type Propiedad

Defines the marker type for values.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Property Type As ReportExpression(Of ChartMarkerTypes)
    Get
    Set
'Uso
Dim instance As ChartMarker
Dim value As ReportExpression(Of ChartMarkerTypes)

value = instance.Type

instance.Type = value
public ReportExpression<ChartMarkerTypes> Type { get; set; }
public:
property ReportExpression<ChartMarkerTypes> Type {
    ReportExpression<ChartMarkerTypes> get ();
    void set (ReportExpression<ChartMarkerTypes> value);
}
member Type : ReportExpression<ChartMarkerTypes> with get, set
function get Type () : ReportExpression<ChartMarkerTypes>
function set Type (value : ReportExpression<ChartMarkerTypes>)