Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the custom position for the inner plot area.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property ChartInnerPlotPosition As ChartElementPosition
Get
'Usage
Dim instance As ChartArea
Dim value As ChartElementPosition
value = instance.ChartInnerPlotPosition
public ChartElementPosition ChartInnerPlotPosition { get; }
public:
property ChartElementPosition^ ChartInnerPlotPosition {
ChartElementPosition^ get ();
}
member ChartInnerPlotPosition : ChartElementPosition
function get ChartInnerPlotPosition () : ChartElementPosition
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ChartElementPosition
A ChartElementPosition object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace