UseSecureConnection-Eigenschaft
Indicates whether to use a secure connection when getting tile data.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property UseSecureConnection As ReportExpression(Of Boolean)
Get
Set
'Usage
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>)
Eigenschaftswert
Typ: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'Boolean> ) > ) >
A ReportExpression<(Of <(<'T>)>)> object.