Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the offset for the first label from the axis min.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property LabelIntervalOffset As ReportExpression(Of Double)
Get
Set
'Usage
Dim instance As ChartAxis
Dim value As ReportExpression(Of Double)
value = instance.LabelIntervalOffset
instance.LabelIntervalOffset = value
public ReportExpression<double> LabelIntervalOffset { get; set; }
public:
property ReportExpression<double> LabelIntervalOffset {
ReportExpression<double> get ();
void set (ReportExpression<double> value);
}
member LabelIntervalOffset : ReportExpression<float> with get, set
function get LabelIntervalOffset () : ReportExpression<double>
function set LabelIntervalOffset (value : ReportExpression<double>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Double>
A ReportExpression<T> object.