Свойство MapTileLayer.UseSecureConnection
Indicates whether to use a secure connection when getting tile data.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Property UseSecureConnection As ReportExpression(Of Boolean)
Get
Set
'Применение
Dim instance As MapTileLayer
Dim value As ReportExpression(Of Boolean)
value = instance.UseSecureConnection
instance.UseSecureConnection = value
public ReportExpression<bool> UseSecureConnection { get; set; }
public:
property ReportExpression<bool> UseSecureConnection {
ReportExpression<bool> get ();
void set (ReportExpression<bool> value);
}
member UseSecureConnection : ReportExpression<bool> with get, set
function get UseSecureConnection () : ReportExpression<boolean>
function set UseSecureConnection (value : ReportExpression<boolean>)
Значение свойства
Тип: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Boolean>
A ReportExpression<T> object.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel