Proprietà DockOffset
Gets the calculated value of the DockOffset property in a ChartTitle class.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property DockOffset As Integer
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .Int32
An int value that represents the calculated value of the DockOffset property.