Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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