[]
Gets the ConnectionOptions object containing options used when connecting to SSRS.
[C1Category("SSRS")]
[C1Description("C1SSRSDocumentSource.ConnectionOptions", "Specifies SSRS connection options.")]
[TypeConverter(typeof(ExpandableObjectConverter))]
public ConnectionOptions ConnectionOptions { get; }
<C1Category("SSRS")>
<C1Description("C1SSRSDocumentSource.ConnectionOptions", "Specifies SSRS connection options.")>
<TypeConverter(GetType(ExpandableObjectConverter))>
Public ReadOnly Property ConnectionOptions As ConnectionOptions