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 interval between labels in a map color scale.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property LabelInterval As ReportExpression(Of Integer)
Get
Set
'Usage
Dim instance As MapColorScale
Dim value As ReportExpression(Of Integer)
value = instance.LabelInterval
instance.LabelInterval = value
public ReportExpression<int> LabelInterval { get; set; }
public:
property ReportExpression<int> LabelInterval {
ReportExpression<int> get ();
void set (ReportExpression<int> value);
}
member LabelInterval : ReportExpression<int> with get, set
function get LabelInterval () : ReportExpression<int>
function set LabelInterval (value : ReportExpression<int>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Int32>
A ReportExpression<T> object.