Compartilhar via


Propriedade do RDL ChartTitleInstance.DockOffset

Gets the calculated value of the DockOffset property in a ChartTitle class.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property DockOffset As Integer 
    Get
'Uso
Dim instance As ChartTitleInstance 
Dim value As Integer 

value = instance.DockOffset
public int DockOffset { get; }
public:
property int DockOffset {
    int get ();
}
member DockOffset : int
function get DockOffset () : int

Valor da propriedade

Tipo: System.Int32
An int value that represents the calculated value of the DockOffset property.

Consulte também

Referência

ChartTitleInstance Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering