Propriedade do RDL AlignOrientation
Gets the calculated value of the AlignOrientation property in a ChartArea class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property AlignOrientation As ChartAreaAlignOrientations
Get
'Uso
Dim instance As ChartAreaInstance
Dim value As ChartAreaAlignOrientations
value = instance.AlignOrientation
public ChartAreaAlignOrientations AlignOrientation { get; }
public:
property ChartAreaAlignOrientations AlignOrientation {
ChartAreaAlignOrientations get ();
}
member AlignOrientation : ChartAreaAlignOrientations
function get AlignOrientation () : ChartAreaAlignOrientations
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartAreaAlignOrientations
A ChartAreaAlignOrientations value that represents the calculated value of the AlignOrientation property.
Consulte também