MapLayer.VisibilityMode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the visibility mode for the map layer.
public:
property Microsoft::ReportingServices::OnDemandReportRendering::ReportEnumProperty<Microsoft::ReportingServices::OnDemandReportRendering::MapVisibilityMode> ^ VisibilityMode { Microsoft::ReportingServices::OnDemandReportRendering::ReportEnumProperty<Microsoft::ReportingServices::OnDemandReportRendering::MapVisibilityMode> ^ get(); };
public Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<Microsoft.ReportingServices.OnDemandReportRendering.MapVisibilityMode> VisibilityMode { get; }
member this.VisibilityMode : Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<Microsoft.ReportingServices.OnDemandReportRendering.MapVisibilityMode>
Public ReadOnly Property VisibilityMode As ReportEnumProperty(Of MapVisibilityMode)
Property Value
A ReportEnumProperty<EnumType> object that represents the visibility mode for the map layer.