Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets the contents of the Custom tag in the report definition.
Espacio de nombres: Microsoft.ReportingServices.ReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property Custom As String
Get
'Uso
Dim instance As ReportItem
Dim value As String
value = instance.Custom
public string Custom { get; }
public:
property String^ Custom {
String^ get ();
}
member Custom : string
function get Custom () : String
Valor de la propiedad
Tipo: System.String
A String value that contains the Custom tag.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.ReportRendering