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.
Defines the marker type for values.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property Type As ReportExpression(Of ChartMarkerTypes)
Get
Set
'Usage
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>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ChartMarkerTypes>
A ReportExpression<T> object.