Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the calculated value of the VisibilityMode property in a MapLayer class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property VisibilityMode As MapVisibilityMode
Get
'Usage
Dim instance As MapLayerInstance
Dim value As MapVisibilityMode
value = instance.VisibilityMode
public MapVisibilityMode VisibilityMode { get; }
public:
property MapVisibilityMode VisibilityMode {
MapVisibilityMode get ();
}
member VisibilityMode : MapVisibilityMode
function get VisibilityMode () : MapVisibilityMode
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.MapVisibilityMode
A MapVisibilityMode value that represents the calculated value of the VisibilityMode property.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace