Partager via


Propriété DockOffset

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property DockOffset As Integer
    Get
'Utilisation
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

Valeur de propriété

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