Właściwość MapGridLines.ShowLabels
Wskazuje, czy są wyświetlane etykiety dla linii siatki mapy.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property ShowLabels As ReportExpression(Of Boolean)
Get
Set
'Użycie
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>)
Wartość właściwości
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Boolean>
A ReportExpression<T> obiektu.
Zobacz także