ChartTitleInstance.DockOffset Property
Gets the calculated value of the DockOffset property in a ChartTitle class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property DockOffset As Integer
Get
'Usage
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
Property Value
Type: System.Int32
An int value that represents the calculated value of the DockOffset property.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace