Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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