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.
Type of the tick mark.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property Type As ReportExpression(Of ChartTickMarkTypes)
Get
Set
'Usage
Dim instance As ChartTickMarks
Dim value As ReportExpression(Of ChartTickMarkTypes)
value = instance.Type
instance.Type = value
public ReportExpression<ChartTickMarkTypes> Type { get; set; }
public:
property ReportExpression<ChartTickMarkTypes> Type {
ReportExpression<ChartTickMarkTypes> get ();
void set (ReportExpression<ChartTickMarkTypes> value);
}
member Type : ReportExpression<ChartTickMarkTypes> with get, set
function get Type () : ReportExpression<ChartTickMarkTypes>
function set Type (value : ReportExpression<ChartTickMarkTypes>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ChartTickMarkTypes>
A ReportExpression<T> object.