ChartAlignType.Position Propiedad
Indicates the chart areas should align on chart area positions.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property Position As ReportBoolProperty
Get
'Uso
Dim instance As ChartAlignType
Dim value As ReportBoolProperty
value = instance.Position
public ReportBoolProperty Position { get; }
public:
property ReportBoolProperty^ Position {
ReportBoolProperty^ get ();
}
member Position : ReportBoolProperty
function get Position () : ReportBoolProperty
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportBoolProperty
A ReportBoolProperty object.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering