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.
Gets or sets the value at which to cross the other axis.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property CrossAt As ReportExpression
Get
Set
'Usage
Dim instance As ChartAxis
Dim value As ReportExpression
value = instance.CrossAt
instance.CrossAt = value
public ReportExpression CrossAt { get; set; }
public:
property ReportExpression CrossAt {
ReportExpression get ();
void set (ReportExpression value);
}
member CrossAt : ReportExpression with get, set
function get CrossAt () : ReportExpression
function set CrossAt (value : ReportExpression)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression object.