Pastaba.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti prisijungti arba pakeisti katalogus.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti pakeisti katalogus.
Indicates whether labels for the map gridlines are shown.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property ShowLabels As ReportExpression(Of Boolean)
Get
Set
'Usage
Dim instance As MapGridLines
Dim value As ReportExpression(Of Boolean)
value = instance.ShowLabels
instance.ShowLabels = value
public ReportExpression<bool> ShowLabels { get; set; }
public:
property ReportExpression<bool> ShowLabels {
ReportExpression<bool> get ();
void set (ReportExpression<bool> value);
}
member ShowLabels : ReportExpression<bool> with get, set
function get ShowLabels () : ReportExpression<boolean>
function set ShowLabels (value : ReportExpression<boolean>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Boolean>
A ReportExpression<T> object.