Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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