Propriété UseSecureConnection
Indicates whether to use secure connection to connect to the web service specified in ServiceUrl.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property UseSecureConnection As ReportBoolProperty
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportBoolProperty
A ReportBoolProperty object.
Voir aussi