Propriedade do RDL ChartAxisInstance.CrossAt
Gets the calculated value of the CrossAt property in a ChartAxis class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property CrossAt As Object
Get
'Uso
Dim instance As ChartAxisInstance
Dim value As Object
value = instance.CrossAt
public Object CrossAt { get; }
public:
property Object^ CrossAt {
Object^ get ();
}
member CrossAt : Object
function get CrossAt () : Object
Valor da propriedade
Tipo: System.Object
An object that represents the calculated value of the CrossAt property.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering