UseSecureConnection-Eigenschaft
Indicates whether to use secure connection to connect to the web service specified in ServiceUrl.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property UseSecureConnection As ReportBoolProperty
Get
'Usage
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
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportBoolProperty
A ReportBoolProperty object.
Siehe auch