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 Margin property in a ChartAxis class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Margin As ChartAutoBool
Get
'Usage
Dim instance As ChartAxisInstance
Dim value As ChartAutoBool
value = instance.Margin
public ChartAutoBool Margin { get; }
public:
property ChartAutoBool Margin {
ChartAutoBool get ();
}
member Margin : ChartAutoBool
function get Margin () : ChartAutoBool
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ChartAutoBool
A ChartAutoBool value that represents the calculated value of the Margin property.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace