ChartAreaInstance.AlignOrientation Property
Gets the calculated value of the AlignOrientation property in a ChartArea class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property AlignOrientation As ChartAreaAlignOrientations
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ChartAreaAlignOrientations
A ChartAreaAlignOrientations value that represents the calculated value of the AlignOrientation property.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace