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