Propriedade Cursor
Indicates the chart areas should align on cursors.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property Cursor As ReportBoolProperty
Get
'Uso
Dim instance As ChartAlignType
Dim value As ReportBoolProperty
value = instance.Cursor
public ReportBoolProperty Cursor { get; }
public:
property ReportBoolProperty^ Cursor {
ReportBoolProperty^ get ();
}
member Cursor : ReportBoolProperty
function get Cursor () : ReportBoolProperty
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportBoolProperty
A ReportBoolProperty object.
Consulte também