Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets the calculated value of the Position property in a ChartTitle class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Position As ChartTitlePositions
Get
'Usage
Dim instance As ChartTitleInstance
Dim value As ChartTitlePositions
value = instance.Position
public ChartTitlePositions Position { get; }
public:
property ChartTitlePositions Position {
ChartTitlePositions get ();
}
member Position : ChartTitlePositions
function get Position () : ChartTitlePositions
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ChartTitlePositions
A ChartTitlePositions value that represents the calculated value of the Position property.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace