MapTileLayer.UseSecureConnection 属性

Indicates whether to use secure connection to connect to the web service specified in ServiceUrl.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property UseSecureConnection As ReportBoolProperty
    Get
用法
Dim instance As MapTileLayer
Dim value As ReportBoolProperty

value = instance.UseSecureConnection
public ReportBoolProperty UseSecureConnection { get; }
public:
property ReportBoolProperty^ UseSecureConnection {
    ReportBoolProperty^ get ();
}
member UseSecureConnection : ReportBoolProperty
function get UseSecureConnection () : ReportBoolProperty